#CB70BA

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

Shades of Orchid #CB70BA

Tints of Orchid #CB70BA

Color information

#CB70BA (or 0xCB70BA) is unknown color: approx Orchid. HEX triplet: CB, 70 and BA. RGB value is (203,112,186). Sum of RGB (Red+Green+Blue) = 203+112+186=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70BA is #348F45. Grayscale: #939393. Windows color (decimal): -3444550 or 12218571. OLE color: 12218571.

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

Color convert

RGB203112186-
CMYK00.450.080.20
HSL311.21º46.67%61.76%-
HSV(B)311.21º44.83%79.61%-
XYZ39.2927.8349.76-
YUV147.65149.65167.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 112 (44.14% from 255) = 22.36%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=40.52%
G=22.36%
B=37.13%

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
Decimal20311218600.450.080.20311.2146.6761.76
HexCB70BA02D8141372f3e
Octal31316027205510244675776
Binary110010111110000101110100101101100010100100110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB70BA; }

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

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

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

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

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

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

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

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