#CF84FA

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

Shades of Heliotrope #CF84FA

Tints of Heliotrope #CF84FA

Color information

#CF84FA (or 0xCF84FA) is unknown color: approx Heliotrope. HEX triplet: CF, 84 and FA. RGB value is (207,132,250). Sum of RGB (Red+Green+Blue) = 207+132+250=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF84FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF84FA is #307B05. Grayscale: #A7A7A7. Windows color (decimal): -3177222 or 16417999. OLE color: 16417999.

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

Color convert

RGB207132250-
CMYK0.170.4700.02
HSL278.14º92.19%74.9%-
HSV(B)278.14º47.2%98.04%-
XYZ51.2436.6794.82-
YUV167.88174.35155.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 132 (51.95% from 255) = 22.41%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=35.14%
G=22.41%
B=42.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071322500.170.4700.02278.1492.1974.9
HexCF84FA112F021165c4b
Octal317204372215702426134113
Binary1100111110000100111110101000110111101010001011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF84FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF84FA; }

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

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

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

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

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

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

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

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