Html Css Color HEX #CD24ED Electric Purple

📋 copy color: '#CD24ED'

red 205 ◦ green 36 ◦ blue 237

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

Shades of Electric Purple #CD24ED

Tints of Electric Purple #CD24ED

RGB

 RED value IS 205 (80.47% from 255) = 42.89%

 GREEN value IS 36 (14.45% from 255) = 7.53%

 BLUE value IS 237 (92.97% from 255) = 49.58%

R = 42.89%
G = 7.53%
B = 49.58%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD24ED (or 0xCD24ED) is known color: Electric Purple. HEX triplet: CD, 24 and ED. RGB value is (205,36,237). Sum of RGB (Red+Green+Blue) = 205+36+237=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 36 (14.45% from 255 or 7.53% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD24ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD24ED is #32DB12. Grayscale: #6C6C6C. Windows color (decimal): -3332883 or 15541453. OLE color: 15541453.

HSL color Cylindrical-coordinate representation of color #CD24ED: hue angle of 290.45º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD24ED is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 36 237 -
CMYK 0.14 0.85 0 0.07
HSL 290.45º 0.85% 0.54% -
HSV(B) 290.45º 0.85% 0.93% -
XYZ 41.09 20.36 81.88 -
YUV 109.45 199.99 196.16 -
System Red Green Blue C M Y K H S L
Decimal 205 36 237 0.14 0.85 0 0.07 290.45 0.85 0.54
Hex CD 24 ED E 55 0 7 122 55 36
Octal 315 44 355 16 125 0 7 442 125 66
Binary 11001101 100100 11101101 1110 1010101 0 111 100100010 1010101 110110

Color Harmonies of #CD24ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD24ED

Black with #CD24ED

Text Example


Text Example

White with #CD24ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD24ED; }

 p { color: rgb(205,36,237); }

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

background-color css

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

 a { background-color: rgb(205,36,237); }

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

border-color css

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

 span { border-color: rgb(205,36,237); }

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