#C965EA

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

Shades of Medium Orchid #C965EA

Tints of Medium Orchid #C965EA

Color information

#C965EA (or 0xC965EA) is unknown color: approx Medium Orchid. HEX triplet: C9, 65 and EA. RGB value is (201,101,234). Sum of RGB (Red+Green+Blue) = 201+101+234=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #C965EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C965EA is #369A15. Grayscale: #919191. Windows color (decimal): -3578390 or 15361481. OLE color: 15361481.

HSL color Cylindrical-coordinate representation of color #C965EA: hue angle of 285.11º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C965EA is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201101234-
CMYK0.140.5700.08
HSL285.11º76%65.69%-
HSV(B)285.11º56.84%91.76%-
XYZ43.5927.6780.88-
YUV146.06177.63167.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 101 (39.84% from 255) = 18.84%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=37.5%
G=18.84%
B=43.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011012340.140.5700.08285.117665.69
HexC965EAE390811d4c42
Octal3111453521671010435114102
Binary1100100111001011110101011101110010100010001110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C965EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C965EA; }

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

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

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

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

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

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

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

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