#C965E1

Color #C965E1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C965E1

Tints of Medium Orchid #C965E1

Color information

#C965E1 (or 0xC965E1) is unknown color: approx Medium Orchid. HEX triplet: C9, 65 and E1. RGB value is (201,101,225). Sum of RGB (Red+Green+Blue) = 201+101+225=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #C965E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965E1 is #369A1E. Grayscale: #909090. Windows color (decimal): -3578399 or 14771657. OLE color: 14771657.

HSL color Cylindrical-coordinate representation of color #C965E1: hue angle of 288.39º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C965E1 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB201101225-
CMYK0.110.5500.12
HSL288.39º67.39%63.92%-
HSV(B)288.39º55.11%88.24%-
XYZ42.3327.1674.25-
YUV145.04173.13167.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 38.14%
GREEN value IS 101 (39.84% from 255) = 19.17%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=38.14%
G=19.17%
B=42.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2011012250.110.5500.12288.3967.3963.92
HexC965E1B370C1204340
Octal3111453411367014440103100
Binary1100100111001011110000110111101110110010010000010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C965E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C965E1; }

 p { color: rgb(201,101,225); }

 H1.HeaderClassName
 {
   color: #C965E1;
 }
 .AnyTagClassName
 {
   color: #C965E1;
 }
</style>
background-color css

<style>
 a { background-color: #C965E1; }

 a { background-color: rgb(201,101,225); }

 div.DivClassName
 {
   background-color: #C965E1;
 }
 .BgClassName
 {
   background-color: #C965E1;
 }
</style>
border-color css

<style>
 span { border-color: #C965E1; }

 span { border-color: rgb(201,101,225); }

 td.TdClassName
 {
   border-color: #C965E1;
 }
 .TagClassName
 {
   border-color: #C965E1;
 }
</style>