Html Css Color HEX #CE2FFD Electric Purple

📋 copy color: '#CE2FFD'

red 206 ◦ green 47 ◦ blue 253

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

Shades of Electric Purple #CE2FFD

Tints of Electric Purple #CE2FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.29%

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

R = 40.71%
G = 9.29%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE2FFD (or 0xCE2FFD) is known color: Electric Purple. HEX triplet: CE, 2F and FD. RGB value is (206,47,253). Sum of RGB (Red+Green+Blue) = 206+47+253=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 47 (18.75% from 255 or 9.29% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE2FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2FFD is #31D002. Grayscale: #757575. Windows color (decimal): -3264515 or 16592846. OLE color: 16592846.

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

Color convert

RGB 206 47 253 -
CMYK 0.19 0.81 0 0.01
HSL 286.31º 0.98% 0.59% -
HSV(B) 286.31º 0.81% 0.99% -
XYZ 44.2 22.25 94.89 -
YUV 118.03 204.18 190.75 -
System Red Green Blue C M Y K H S L
Decimal 206 47 253 0.19 0.81 0 0.01 286.31 0.98 0.59
Hex CE 2F FD 13 51 0 1 11E 62 3B
Octal 316 57 375 23 121 0 1 436 142 73
Binary 11001110 101111 11111101 10011 1010001 0 1 100011110 1100010 111011

Color Harmonies of #CE2FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2FFD

Black with #CE2FFD

Text Example


Text Example

White with #CE2FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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