#CF80E6

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

Shades of Heliotrope #CF80E6

Tints of Heliotrope #CF80E6

Color information

#CF80E6 (or 0xCF80E6) is unknown color: approx Heliotrope. HEX triplet: CF, 80 and E6. RGB value is (207,128,230). Sum of RGB (Red+Green+Blue) = 207+128+230=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF80E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF80E6 is #307F19. Grayscale: #A2A2A2. Windows color (decimal): -3178266 or 15106255. OLE color: 15106255.

HSL color Cylindrical-coordinate representation of color #CF80E6: hue angle of 286.47º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF80E6 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207128230-
CMYK0.100.4400.10
HSL286.47º67.11%70.2%-
HSV(B)286.47º44.35%90.2%-
XYZ47.7334.4278.99-
YUV163.25165.67159.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 128 (50.39% from 255) = 22.65%
BLUE value IS 230 (90.23% from 255) = 40.71%
R=36.64%
G=22.65%
B=40.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2071282300.100.4400.10286.4767.1170.2
HexCF80E6A2C0A11e4346
Octal3172003461254012436103106
Binary11001111100000001110011010101011000101010001111010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF80E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF80E6; }

 p { color: rgb(207,128,230); }

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

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

 a { background-color: rgb(207,128,230); }

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

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

 span { border-color: rgb(207,128,230); }

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