#CB7DCE

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

Shades of Orchid #CB7DCE

Tints of Orchid #CB7DCE

Color information

#CB7DCE (or 0xCB7DCE) is unknown color: approx Orchid. HEX triplet: CB, 7D and CE. RGB value is (203,125,206). Sum of RGB (Red+Green+Blue) = 203+125+206=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DCE is #348231. Grayscale: #9D9D9D. Windows color (decimal): -3441202 or 13532619. OLE color: 13532619.

HSL color Cylindrical-coordinate representation of color #CB7DCE: hue angle of 297.78º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7DCE is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203125206-
CMYK0.010.3900.19
HSL297.78º45.25%64.9%-
HSV(B)297.78º39.32%80.78%-
XYZ43.131.8262.26-
YUV157.56155.34160.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 125 (49.22% from 255) = 23.41%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=38.01%
G=23.41%
B=38.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031252060.010.3900.19297.7845.2564.9
HexCB7DCE12701312a2d41
Octal31317531614702345255101
Binary1100101111111011100111011001110100111001010101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DCE; }

 p { color: rgb(203,125,206); }

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

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

 a { background-color: rgb(203,125,206); }

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

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

 span { border-color: rgb(203,125,206); }

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