Html Css Color HEX #CD25ED Electric Purple

📋 copy color: '#CD25ED'

red 205 ◦ green 37 ◦ blue 237

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

Shades of Electric Purple #CD25ED

Tints of Electric Purple #CD25ED

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.72%

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

R = 42.8%
G = 7.72%
B = 49.48%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD25ED (or 0xCD25ED) is known color: Electric Purple. HEX triplet: CD, 25 and ED. RGB value is (205,37,237). Sum of RGB (Red+Green+Blue) = 205+37+237=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 37 (14.84% from 255 or 7.72% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD25ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD25ED is #32DA12. Grayscale: #6D6D6D. Windows color (decimal): -3332627 or 15541709. OLE color: 15541709.

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

Color convert

RGB 205 37 237 -
CMYK 0.14 0.84 0 0.07
HSL 290.4º 0.85% 0.54% -
HSV(B) 290.4º 0.84% 0.93% -
XYZ 41.12 20.42 81.89 -
YUV 110.03 199.66 195.74 -
System Red Green Blue C M Y K H S L
Decimal 205 37 237 0.14 0.84 0 0.07 290.4 0.85 0.54
Hex CD 25 ED E 54 0 7 122 55 36
Octal 315 45 355 16 124 0 7 442 125 66
Binary 11001101 100101 11101101 1110 1010100 0 111 100100010 1010101 110110

Color Harmonies of #CD25ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD25ED

Black with #CD25ED

Text Example


Text Example

White with #CD25ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD25ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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