#C969DC

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

Shades of Orchid #C969DC

Tints of Orchid #C969DC

Color information

#C969DC (or 0xC969DC) is unknown color: approx Orchid. HEX triplet: C9, 69 and DC. RGB value is (201,105,220). Sum of RGB (Red+Green+Blue) = 201+105+220=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #C969DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969DC is #369623. Grayscale: #929292. Windows color (decimal): -3577380 or 14445001. OLE color: 14445001.

HSL color Cylindrical-coordinate representation of color #C969DC: hue angle of 290.09º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C969DC is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201105220-
CMYK0.090.5200.14
HSL290.09º62.16%63.73%-
HSV(B)290.09º52.27%86.27%-
XYZ42.0627.6970.84-
YUV146.81169.3166.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 105 (41.41% from 255) = 19.96%
BLUE value IS 220 (86.33% from 255) = 41.83%
R=38.21%
G=19.96%
B=41.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011052200.090.5200.14290.0962.1663.73
HexC969DC9340E1223e40
Octal311151334116401644276100
Binary110010011101001110111001001110100011101001000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C969DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C969DC; }

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

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

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

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

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

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

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

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