#C869CB

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

Shades of Orchid #C869CB

Tints of Orchid #C869CB

Color information

#C869CB (or 0xC869CB) is unknown color: approx Orchid. HEX triplet: C8, 69 and CB. RGB value is (200,105,203). Sum of RGB (Red+Green+Blue) = 200+105+203=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #C869CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869CB is #379634. Grayscale: #909090. Windows color (decimal): -3642933 or 13330888. OLE color: 13330888.

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

Color convert

RGB200105203-
CMYK0.010.4800.20
HSL298.16º48.51%60.39%-
HSV(B)298.16º48.28%79.61%-
XYZ39.6526.6959.56-
YUV144.58160.97167.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=39.37%
G=20.67%
B=39.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001052030.010.4800.20298.1648.5160.39
HexC869CB13001412a313c
Octal3101513131600244526174
Binary110010001101001110010111110000010100100101010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C869CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C869CB; }

 p { color: rgb(200,105,203); }

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

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

 a { background-color: rgb(200,105,203); }

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

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

 span { border-color: rgb(200,105,203); }

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