#CB7DBD

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

Shades of Orchid #CB7DBD

Tints of Orchid #CB7DBD

Color information

#CB7DBD (or 0xCB7DBD) is unknown color: approx Orchid. HEX triplet: CB, 7D and BD. RGB value is (203,125,189). Sum of RGB (Red+Green+Blue) = 203+125+189=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DBD is #348242. Grayscale: #9B9B9B. Windows color (decimal): -3441219 or 12418507. OLE color: 12418507.

HSL color Cylindrical-coordinate representation of color #CB7DBD: hue angle of 310.77º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7DBD is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203125189-
CMYK00.380.070.20
HSL310.77º42.86%64.31%-
HSV(B)310.77º38.42%79.61%-
XYZ41.1531.0451.97-
YUV155.62146.84161.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 125 (49.22% from 255) = 24.18%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=39.26%
G=24.18%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312518900.380.070.20310.7742.8664.31
HexCB7DBD0267141372b40
Octal31317527504672446753100
Binary110010111111101101111010100110111101001001101111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DBD; }

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

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

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

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

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

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

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

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