#CB70F3

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

Shades of Heliotrope #CB70F3

Tints of Heliotrope #CB70F3

Color information

#CB70F3 (or 0xCB70F3) is unknown color: approx Heliotrope. HEX triplet: CB, 70 and F3. RGB value is (203,112,243). Sum of RGB (Red+Green+Blue) = 203+112+243=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB70F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB70F3 is #348F0C. Grayscale: #999999. Windows color (decimal): -3444493 or 15954123. OLE color: 15954123.

HSL color Cylindrical-coordinate representation of color #CB70F3: hue angle of 281.68º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB70F3 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203112243-
CMYK0.160.5400.05
HSL281.68º84.52%69.61%-
HSV(B)281.68º53.91%95.29%-
XYZ46.630.7688.27-
YUV154.14178.15162.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 112 (44.14% from 255) = 20.07%
BLUE value IS 243 (95.31% from 255) = 43.55%
R=36.38%
G=20.07%
B=43.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031122430.160.5400.05281.6884.5269.61
HexCB70F310360511a5546
Octal313160363206605432125106
Binary1100101111100001111001110000110110010110001101010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB70F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB70F3; }

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

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

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

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

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

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

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

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