#C868CB

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

Shades of Orchid #C868CB

Tints of Orchid #C868CB

Color information

#C868CB (or 0xC868CB) is unknown color: approx Orchid. HEX triplet: C8, 68 and CB. RGB value is (200,104,203). Sum of RGB (Red+Green+Blue) = 200+104+203=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #C868CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868CB is #379734. Grayscale: #8F8F8F. Windows color (decimal): -3643189 or 13330632. OLE color: 13330632.

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

Color convert

RGB200104203-
CMYK0.010.4900.20
HSL298.18º48.77%60.2%-
HSV(B)298.18º48.77%79.61%-
XYZ39.5526.4959.53-
YUV143.99161.3167.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 104 (41.02% from 255) = 20.51%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=39.45%
G=20.51%
B=40.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001042030.010.4900.20298.1848.7760.2
HexC868CB13101412a313c
Octal3101503131610244526174
Binary110010001101000110010111110001010100100101010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C868CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C868CB; }

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

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

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

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

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

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

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

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