#CB7DCC

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

Shades of Orchid #CB7DCC

Tints of Orchid #CB7DCC

Color information

#CB7DCC (or 0xCB7DCC) is unknown color: approx Orchid. HEX triplet: CB, 7D and CC. RGB value is (203,125,204). Sum of RGB (Red+Green+Blue) = 203+125+204=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB7DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DCC is #348233. Grayscale: #9D9D9D. Windows color (decimal): -3441204 or 13401547. OLE color: 13401547.

HSL color Cylindrical-coordinate representation of color #CB7DCC: hue angle of 299.24º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7DCC is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203125204-
CMYK0.000.3900.2
HSL299.24º43.65%64.51%-
HSV(B)299.24º38.73%80%-
XYZ42.8631.7260.99-
YUV157.33154.34160.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 125 (49.22% from 255) = 23.50%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=38.16%
G=23.50%
B=38.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031252040.000.3900.2299.2443.6564.51
HexCB7DCC02701412b2c41
Octal31317531404702445354101
Binary1100101111111011100110001001110101001001010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DCC; }

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

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

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

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

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

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

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

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