#CB70FF

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

Shades of Heliotrope #CB70FF

Tints of Heliotrope #CB70FF

Color information

#CB70FF (or 0xCB70FF) is unknown color: approx Heliotrope. HEX triplet: CB, 70 and FF. RGB value is (203,112,255). Sum of RGB (Red+Green+Blue) = 203+112+255=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB70FF is #348F00. Grayscale: #9B9B9B. Windows color (decimal): -3444481 or 16740555. OLE color: 16740555.

HSL color Cylindrical-coordinate representation of color #CB70FF: hue angle of 278.18º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB70FF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203112255-
CMYK0.200.5600
HSL278.18º100%71.96%-
HSV(B)278.18º56.08%100%-
XYZ48.4731.598.13-
YUV155.51184.15161.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 112 (44.14% from 255) = 19.65%
BLUE value IS 255 (100% from 255) = 44.74%
R=35.61%
G=19.65%
B=44.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031122550.200.5600278.1810071.96
HexCB70FF1438001166448
Octal313160377247000426144110
Binary11001011111000011111111101001110000010001011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB70FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB70FF; }

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

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

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

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

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

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

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

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