#CF82F0

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

Shades of Heliotrope #CF82F0

Tints of Heliotrope #CF82F0

Color information

#CF82F0 (or 0xCF82F0) is unknown color: approx Heliotrope. HEX triplet: CF, 82 and F0. RGB value is (207,130,240). Sum of RGB (Red+Green+Blue) = 207+130+240=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF82F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF82F0 is #307D0F. Grayscale: #A5A5A5. Windows color (decimal): -3177744 or 15762127. OLE color: 15762127.

HSL color Cylindrical-coordinate representation of color #CF82F0: hue angle of 282º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF82F0 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207130240-
CMYK0.140.4600.06
HSL282º78.57%72.55%-
HSV(B)282º45.83%94.12%-
XYZ49.4435.5286.69-
YUV165.56170.01157.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 130 (51.17% from 255) = 22.53%
BLUE value IS 240 (94.14% from 255) = 41.59%
R=35.88%
G=22.53%
B=41.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071302400.140.4600.0628278.5772.55
HexCF82F0E2E0611a4f49
Octal317202360165606432117111
Binary1100111110000010111100001110101110011010001101010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF82F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF82F0; }

 p { color: rgb(207,130,240); }

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

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

 a { background-color: rgb(207,130,240); }

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

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

 span { border-color: rgb(207,130,240); }

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