#CB7ABF

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

Shades of Orchid #CB7ABF

Tints of Orchid #CB7ABF

Color information

#CB7ABF (or 0xCB7ABF) is unknown color: approx Orchid. HEX triplet: CB, 7A and BF. RGB value is (203,122,191). Sum of RGB (Red+Green+Blue) = 203+122+191=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ABF is #348540. Grayscale: #999999. Windows color (decimal): -3441985 or 12548811. OLE color: 12548811.

HSL color Cylindrical-coordinate representation of color #CB7ABF: hue angle of 308.89º 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 #CB7ABF is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203122191-
CMYK00.400.060.20
HSL308.89º43.78%63.73%-
HSV(B)308.89º39.9%79.61%-
XYZ40.9930.3852.99-
YUV154.08148.84162.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.34%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 191 (75% from 255) = 37.02%
R=39.34%
G=23.64%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312219100.400.060.20308.8943.7863.73
HexCB7ABF0286141352c40
Octal31317227705062446554100
Binary110010111111010101111110101000110101001001101011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7ABF; }

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

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

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

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

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

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

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

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