#C969D2

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

Shades of Orchid #C969D2

Tints of Orchid #C969D2

Color information

#C969D2 (or 0xC969D2) is unknown color: approx Orchid. HEX triplet: C9, 69 and D2. RGB value is (201,105,210). Sum of RGB (Red+Green+Blue) = 201+105+210=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 210 - color contains mainly: blue. Hex color #C969D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969D2 is #36962D. Grayscale: #919191. Windows color (decimal): -3577390 or 13789641. OLE color: 13789641.

HSL color Cylindrical-coordinate representation of color #C969D2: hue angle of 294.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C969D2 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201105210-
CMYK0.040.5000.18
HSL294.86º53.85%61.76%-
HSV(B)294.86º50%82.35%-
XYZ40.7727.1764.07-
YUV145.67164.3167.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 105 (41.41% from 255) = 20.35%
BLUE value IS 210 (82.42% from 255) = 40.70%
R=38.95%
G=20.35%
B=40.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011052100.040.5000.18294.8653.8561.76
HexC969D2432012127363e
Octal3111513224620224476676
Binary11001001110100111010010100110010010010100100111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C969D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C969D2; }

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

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

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

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

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

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

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

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