#CB7ABD

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

Shades of Orchid #CB7ABD

Tints of Orchid #CB7ABD

Color information

#CB7ABD (or 0xCB7ABD) is unknown color: approx Orchid. HEX triplet: CB, 7A and BD. RGB value is (203,122,189). Sum of RGB (Red+Green+Blue) = 203+122+189=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ABD is #348542. Grayscale: #999999. Windows color (decimal): -3441987 or 12417739. OLE color: 12417739.

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

Color convert

RGB203122189-
CMYK00.400.070.20
HSL310.37º43.78%63.73%-
HSV(B)310.37º39.9%79.61%-
XYZ40.7730.2951.84-
YUV153.86147.84163.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 122 (48.05% from 255) = 23.74%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=39.49%
G=23.74%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312218900.400.070.20310.3743.7863.73
HexCB7ABD0287141362c40
Octal31317227505072446654100
Binary110010111111010101111010101000111101001001101101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7ABD; }

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

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

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

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

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

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

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

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