#CB70BB

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

Shades of Orchid #CB70BB

Tints of Orchid #CB70BB

Color information

#CB70BB (or 0xCB70BB) is unknown color: approx Orchid. HEX triplet: CB, 70 and BB. RGB value is (203,112,187). Sum of RGB (Red+Green+Blue) = 203+112+187=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB70BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70BB is #348F44. Grayscale: #939393. Windows color (decimal): -3444549 or 12284107. OLE color: 12284107.

HSL color Cylindrical-coordinate representation of color #CB70BB: hue angle of 310.55º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB70BB is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203112187-
CMYK00.450.080.20
HSL310.55º46.67%61.76%-
HSV(B)310.55º44.83%79.61%-
XYZ39.3927.8750.32-
YUV147.76150.15167.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 112 (44.14% from 255) = 22.31%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=40.44%
G=22.31%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311218700.450.080.20310.5546.6761.76
HexCB70BB02D8141372f3e
Octal31316027305510244675776
Binary110010111110000101110110101101100010100100110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB70BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB70BB; }

 p { color: rgb(203,112,187); }

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

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

 a { background-color: rgb(203,112,187); }

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

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

 span { border-color: rgb(203,112,187); }

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