Html Css Color HEX #CE0AFD Electric Purple

📋 copy color: '#CE0AFD'

red 206 ◦ green 10 ◦ blue 253

#CE0AFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CE0AFD

Tints of Electric Purple #CE0AFD

RGB

 RED value IS 206 (80.86% from 255) = 43.92%

 GREEN value IS 10 (4.3% from 255) = 2.13%

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 43.92%
G = 2.13%
B = 53.94%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE0AFD (or 0xCE0AFD) is known color: Electric Purple. HEX triplet: CE, 0A and FD. RGB value is (206,10,253). Sum of RGB (Red+Green+Blue) = 206+10+253=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE0AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0AFD is #31F502. Grayscale: #5F5F5F. Windows color (decimal): -3273987 or 16583374. OLE color: 16583374.

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

Color convert

RGB 206 10 253 -
CMYK 0.19 0.96 0 0.01
HSL 288.4º 0.98% 0.52% -
HSV(B) 288.4º 0.96% 0.99% -
XYZ 43.29 20.43 94.59 -
YUV 96.31 216.43 206.24 -
System Red Green Blue C M Y K H S L
Decimal 206 10 253 0.19 0.96 0 0.01 288.4 0.98 0.52
Hex CE A FD 13 60 0 1 120 62 34
Octal 316 12 375 23 140 0 1 440 142 64
Binary 11001110 1010 11111101 10011 1100000 0 1 100100000 1100010 110100

Color Harmonies of #CE0AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0AFD

Black with #CE0AFD

Text Example


Text Example

White with #CE0AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0AFD; }

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

 H1.HeaderClassName
 {
   color: #CE0AFD;
 }
 .AnyTagClassName
 {
   color: #CE0AFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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