#CE85FD

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

Shades of Heliotrope #CE85FD

Tints of Heliotrope #CE85FD

Color information

#CE85FD (or 0xCE85FD) is unknown color: approx Heliotrope. HEX triplet: CE, 85 and FD. RGB value is (206,133,253). Sum of RGB (Red+Green+Blue) = 206+133+253=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE85FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85FD is #317A02. Grayscale: #A8A8A8. Windows color (decimal): -3242499 or 16614862. OLE color: 16614862.

HSL color Cylindrical-coordinate representation of color #CE85FD: hue angle of 276.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE85FD is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206133253-
CMYK0.190.4700.01
HSL276.5º96.77%75.69%-
HSV(B)276.5º47.43%99.22%-
XYZ51.5736.9997.35-
YUV168.51175.68154.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.80%
GREEN value IS 133 (52.34% from 255) = 22.47%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=34.80%
G=22.47%
B=42.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061332530.190.4700.01276.596.7775.69
HexCE85FD132F01114614c
Octal316205375235701424141114
Binary110011101000010111111101100111011110110001010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85FD; }

 p { color: rgb(206,133,253); }

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

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

 a { background-color: rgb(206,133,253); }

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

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

 span { border-color: rgb(206,133,253); }

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