#CF84F4

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

Shades of Heliotrope #CF84F4

Tints of Heliotrope #CF84F4

Color information

#CF84F4 (or 0xCF84F4) is unknown color: approx Heliotrope. HEX triplet: CF, 84 and F4. RGB value is (207,132,244). Sum of RGB (Red+Green+Blue) = 207+132+244=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 244 (95.70% from 255 or 41.85% from 583); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF84F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF84F4 is #307B0B. Grayscale: #A6A6A6. Windows color (decimal): -3177228 or 16024783. OLE color: 16024783.

HSL color Cylindrical-coordinate representation of color #CF84F4: hue angle of 280.18º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF84F4 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207132244-
CMYK0.150.4600.04
HSL280.18º83.58%73.73%-
HSV(B)280.18º45.9%95.69%-
XYZ50.3136.389.94-
YUV167.19171.35156.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 132 (51.95% from 255) = 22.64%
BLUE value IS 244 (95.70% from 255) = 41.85%
R=35.51%
G=22.64%
B=41.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071322440.150.4600.04280.1883.5873.73
HexCF84F4F2E04118544a
Octal317204364175604430124112
Binary1100111110000100111101001111101110010010001100010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF84F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF84F4; }

 p { color: rgb(207,132,244); }

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

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

 a { background-color: rgb(207,132,244); }

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

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

 span { border-color: rgb(207,132,244); }

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