#C969CD

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

Shades of Orchid #C969CD

Tints of Orchid #C969CD

Color information

#C969CD (or 0xC969CD) is unknown color: approx Orchid. HEX triplet: C9, 69 and CD. RGB value is (201,105,205). Sum of RGB (Red+Green+Blue) = 201+105+205=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #C969CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969CD is #369632. Grayscale: #909090. Windows color (decimal): -3577395 or 13461961. OLE color: 13461961.

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

Color convert

RGB201105205-
CMYK0.020.4900.20
HSL297.6º50%60.78%-
HSV(B)297.6º48.78%80.39%-
XYZ40.1626.9360.84-
YUV145.1161.8167.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.33%
GREEN value IS 105 (41.41% from 255) = 20.55%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=39.33%
G=20.55%
B=40.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011052050.020.4900.20297.65060.78
HexC969CD23101412a323d
Octal3111513152610244526275
Binary1100100111010011100110110110001010100100101010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C969CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C969CD; }

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

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

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

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

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

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

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

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