#C969CE

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

Shades of Orchid #C969CE

Tints of Orchid #C969CE

Color information

#C969CE (or 0xC969CE) is unknown color: approx Orchid. HEX triplet: C9, 69 and CE. RGB value is (201,105,206). Sum of RGB (Red+Green+Blue) = 201+105+206=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #C969CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969CE is #369631. Grayscale: #909090. Windows color (decimal): -3577394 or 13527497. OLE color: 13527497.

HSL color Cylindrical-coordinate representation of color #C969CE: hue angle of 297.03º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C969CE is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201105206-
CMYK0.020.4900.19
HSL297.03º50.75%60.98%-
HSV(B)297.03º49.03%80.78%-
XYZ40.2826.9861.48-
YUV145.22162.3167.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 105 (41.41% from 255) = 20.51%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=39.26%
G=20.51%
B=40.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011052060.020.4900.19297.0350.7560.98
HexC969CE231013129333d
Octal3111513162610234516375
Binary1100100111010011100111010110001010011100101001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C969CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C969CE; }

 p { color: rgb(201,105,206); }

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

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

 a { background-color: rgb(201,105,206); }

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

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

 span { border-color: rgb(201,105,206); }

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