#CE4AFD

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

Shades of Heliotrope #CE4AFD

Tints of Heliotrope #CE4AFD

Color information

#CE4AFD (or 0xCE4AFD) is unknown color: approx Heliotrope. HEX triplet: CE, 4A and FD. RGB value is (206,74,253). Sum of RGB (Red+Green+Blue) = 206+74+253=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 74 (29.30% from 255 or 13.88% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE4AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AFD is #31B502. Grayscale: #858585. Windows color (decimal): -3257603 or 16599758. OLE color: 16599758.

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

Color convert

RGB20674253-
CMYK0.190.7100.01
HSL284.25º97.81%64.12%-
HSV(B)284.25º70.75%99.22%-
XYZ45.6325.1195.37-
YUV133.87195.23179.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 74 (29.30% from 255) = 13.88%
BLUE value IS 253 (99.22% from 255) = 47.47%
R=38.65%
G=13.88%
B=47.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal206742530.190.7100.01284.2597.8164.12
HexCE4AFD13470111c6240
Octal3161123752310701434142100
Binary110011101001010111111011001110001110110001110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4AFD; }

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

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

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

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

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

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

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

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