#CB70BE

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

Shades of Orchid #CB70BE

Tints of Orchid #CB70BE

Color information

#CB70BE (or 0xCB70BE) is unknown color: approx Orchid. HEX triplet: CB, 70 and BE. RGB value is (203,112,190). Sum of RGB (Red+Green+Blue) = 203+112+190=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70BE is #348F41. Grayscale: #939393. Windows color (decimal): -3444546 or 12480715. OLE color: 12480715.

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

Color convert

RGB203112190-
CMYK00.450.060.20
HSL308.57º46.67%61.76%-
HSV(B)308.57º44.83%79.61%-
XYZ39.722852.03-
YUV148.1151.65167.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 112 (44.14% from 255) = 22.18%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=40.20%
G=22.18%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311219000.450.060.20308.5746.6761.76
HexCB70BE02D6141352f3e
Octal3131602760556244655776
Binary11001011111000010111110010110111010100100110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB70BE; }

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

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

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

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

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

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

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

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