#CD70FF

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

Shades of Heliotrope #CD70FF

Tints of Heliotrope #CD70FF

Color information

#CD70FF (or 0xCD70FF) is unknown color: approx Heliotrope. HEX triplet: CD, 70 and FF. RGB value is (205,112,255). Sum of RGB (Red+Green+Blue) = 205+112+255=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD70FF is #328F00. Grayscale: #9B9B9B. Windows color (decimal): -3313409 or 16740557. OLE color: 16740557.

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

Color convert

RGB205112255-
CMYK0.200.5600
HSL279.02º100%71.96%-
HSV(B)279.02º56.08%100%-
XYZ49.0231.7998.16-
YUV156.11183.81162.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 112 (44.14% from 255) = 19.58%
BLUE value IS 255 (100% from 255) = 44.58%
R=35.84%
G=19.58%
B=44.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051122550.200.5600279.0210071.96
HexCD70FF1438001176448
Octal315160377247000427144110
Binary11001101111000011111111101001110000010001011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD70FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD70FF; }

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

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

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

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

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

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

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

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