#CB7DD2

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

Shades of Orchid #CB7DD2

Tints of Orchid #CB7DD2

Color information

#CB7DD2 (or 0xCB7DD2) is unknown color: approx Orchid. HEX triplet: CB, 7D and D2. RGB value is (203,125,210). Sum of RGB (Red+Green+Blue) = 203+125+210=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB7DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DD2 is #34822D. Grayscale: #9D9D9D. Windows color (decimal): -3441198 or 13794763. OLE color: 13794763.

HSL color Cylindrical-coordinate representation of color #CB7DD2: hue angle of 295.06º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7DD2 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203125210-
CMYK0.030.4000.18
HSL295.06º48.57%65.69%-
HSV(B)295.06º40.48%82.35%-
XYZ43.632.0264.85-
YUV158.01157.34160.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 210 (82.42% from 255) = 39.03%
R=37.73%
G=23.23%
B=39.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031252100.030.4000.18295.0648.5765.69
HexCB7DD23280121273142
Octal31317532235002244761102
Binary11001011111110111010010111010000100101001001111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DD2; }

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

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

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

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

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

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

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

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