#CE84FE

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

Shades of Heliotrope #CE84FE

Tints of Heliotrope #CE84FE

Color information

#CE84FE (or 0xCE84FE) is unknown color: approx Heliotrope. HEX triplet: CE, 84 and FE. RGB value is (206,132,254). Sum of RGB (Red+Green+Blue) = 206+132+254=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 132 (51.95% from 255 or 22.30% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE84FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE84FE is #317B01. Grayscale: #A7A7A7. Windows color (decimal): -3242754 or 16680142. OLE color: 16680142.

HSL color Cylindrical-coordinate representation of color #CE84FE: hue angle of 276.39º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE84FE is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB206132254-
CMYK0.190.4800.00
HSL276.39º98.39%75.69%-
HSV(B)276.39º48.03%99.61%-
XYZ51.5936.7898.15-
YUV168.03176.52155.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.80%
GREEN value IS 132 (51.95% from 255) = 22.30%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=34.80%
G=22.30%
B=42.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061322540.190.4800.00276.3998.3975.69
HexCE84FE133000114624c
Octal316204376236000424142114
Binary110011101000010011111110100111100000010001010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE84FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE84FE; }

 p { color: rgb(206,132,254); }

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

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

 a { background-color: rgb(206,132,254); }

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

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

 span { border-color: rgb(206,132,254); }

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