Html Css Color HEX #CE1DFD Electric Purple

📋 copy color: '#CE1DFD'

red 206 ◦ green 29 ◦ blue 253

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

Shades of Electric Purple #CE1DFD

Tints of Electric Purple #CE1DFD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.94%

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

R = 42.21%
G = 5.94%
B = 51.84%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE1DFD (or 0xCE1DFD) is known color: Electric Purple. HEX triplet: CE, 1D and FD. RGB value is (206,29,253). Sum of RGB (Red+Green+Blue) = 206+29+253=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 29 (11.72% from 255 or 5.94% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE1DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1DFD is #31E202. Grayscale: #6A6A6A. Windows color (decimal): -3269123 or 16588238. OLE color: 16588238.

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

Color convert

RGB 206 29 253 -
CMYK 0.19 0.89 0 0.01
HSL 287.41º 0.98% 0.55% -
HSV(B) 287.41º 0.89% 0.99% -
XYZ 43.62 21.09 94.7 -
YUV 107.46 210.14 198.29 -
System Red Green Blue C M Y K H S L
Decimal 206 29 253 0.19 0.89 0 0.01 287.41 0.98 0.55
Hex CE 1D FD 13 59 0 1 11F 62 37
Octal 316 35 375 23 131 0 1 437 142 67
Binary 11001110 11101 11111101 10011 1011001 0 1 100011111 1100010 110111

Color Harmonies of #CE1DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1DFD

Black with #CE1DFD

Text Example


Text Example

White with #CE1DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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