#CF82FA

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

Shades of Heliotrope #CF82FA

Tints of Heliotrope #CF82FA

Color information

#CF82FA (or 0xCF82FA) is unknown color: approx Heliotrope. HEX triplet: CF, 82 and FA. RGB value is (207,130,250). Sum of RGB (Red+Green+Blue) = 207+130+250=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF82FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF82FA is #307D05. Grayscale: #A6A6A6. Windows color (decimal): -3177734 or 16417487. OLE color: 16417487.

HSL color Cylindrical-coordinate representation of color #CF82FA: hue angle of 278.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF82FA is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207130250-
CMYK0.170.4800.02
HSL278.5º92.31%74.51%-
HSV(B)278.5º48%98.04%-
XYZ50.9736.1394.73-
YUV166.7175.01156.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 130 (51.17% from 255) = 22.15%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=35.26%
G=22.15%
B=42.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071302500.170.4800.02278.592.3174.51
HexCF82FA1130021165c4b
Octal317202372216002426134113
Binary1100111110000010111110101000111000001010001011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF82FA; }

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

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

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

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

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

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

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

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