#CB70BC

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

Shades of Orchid #CB70BC

Tints of Orchid #CB70BC

Color information

#CB70BC (or 0xCB70BC) is unknown color: approx Orchid. HEX triplet: CB, 70 and BC. RGB value is (203,112,188). Sum of RGB (Red+Green+Blue) = 203+112+188=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB70BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70BC is #348F43. Grayscale: #939393. Windows color (decimal): -3444548 or 12349643. OLE color: 12349643.

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

Color convert

RGB203112188-
CMYK00.450.070.20
HSL309.89º46.67%61.76%-
HSV(B)309.89º44.83%79.61%-
XYZ39.527.9250.88-
YUV147.87150.65167.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 112 (44.14% from 255) = 22.27%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=40.36%
G=22.27%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311218800.450.070.20309.8946.6761.76
HexCB70BC02D7141362f3e
Octal3131602740557244665776
Binary11001011111000010111100010110111110100100110110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB70BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB70BC; }

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

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

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

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

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

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

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

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