#CF70FF

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

Shades of Heliotrope #CF70FF

Tints of Heliotrope #CF70FF

Color information

#CF70FF (or 0xCF70FF) is unknown color: approx Heliotrope. HEX triplet: CF, 70 and FF. RGB value is (207,112,255). Sum of RGB (Red+Green+Blue) = 207+112+255=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF70FF is #308F00. Grayscale: #9C9C9C. Windows color (decimal): -3182337 or 16740559. OLE color: 16740559.

HSL color Cylindrical-coordinate representation of color #CF70FF: hue angle of 279.86º 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 #CF70FF is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB207112255-
CMYK0.190.5600
HSL279.86º100%71.96%-
HSV(B)279.86º56.08%100%-
XYZ49.5832.0798.19-
YUV156.71183.47163.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 112 (44.14% from 255) = 19.51%
BLUE value IS 255 (100% from 255) = 44.43%
R=36.06%
G=19.51%
B=44.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071122550.190.5600279.8610071.96
HexCF70FF1338001186448
Octal317160377237000430144110
Binary11001111111000011111111100111110000010001100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF70FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF70FF; }

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

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

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

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

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

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

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

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