#CB70E2

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

Shades of Orchid #CB70E2

Tints of Orchid #CB70E2

Color information

#CB70E2 (or 0xCB70E2) is unknown color: approx Orchid. HEX triplet: CB, 70 and E2. RGB value is (203,112,226). Sum of RGB (Red+Green+Blue) = 203+112+226=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB70E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70E2 is #348F1D. Grayscale: #979797. Windows color (decimal): -3444510 or 14840011. OLE color: 14840011.

HSL color Cylindrical-coordinate representation of color #CB70E2: hue angle of 287.89º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB70E2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203112226-
CMYK0.100.5000.11
HSL287.89º66.28%66.27%-
HSV(B)287.89º50.44%88.63%-
XYZ44.1529.7875.37-
YUV152.21169.65164.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 112 (44.14% from 255) = 20.70%
BLUE value IS 226 (88.67% from 255) = 41.77%
R=37.52%
G=20.70%
B=41.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031122260.100.5000.11287.8966.2866.27
HexCB70E2A320B1204242
Octal3131603421262013440102102
Binary1100101111100001110001010101100100101110010000010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB70E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB70E2; }

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

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

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

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

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

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

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

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