Html Css Color HEX #CC25ED Electric Purple

📋 copy color: '#CC25ED'

red 204 ◦ green 37 ◦ blue 237

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

Shades of Electric Purple #CC25ED

Tints of Electric Purple #CC25ED

RGB

 RED value IS 204 (80.08% from 255) = 42.68%

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

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

R = 42.68%
G = 7.74%
B = 49.58%

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

#CC25ED (or 0xCC25ED) is known color: Electric Purple. HEX triplet: CC, 25 and ED. RGB value is (204,37,237). Sum of RGB (Red+Green+Blue) = 204+37+237=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 37 (14.84% from 255 or 7.74% 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 #CC25ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC25ED is #33DA12. Grayscale: #6D6D6D. Windows color (decimal): -3398163 or 15541708. OLE color: 15541708.

HSL color Cylindrical-coordinate representation of color #CC25ED: hue angle of 290.1º 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 #CC25ED is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 37 237 -
CMYK 0.14 0.84 0 0.07
HSL 290.1º 0.85% 0.54% -
HSV(B) 290.1º 0.84% 0.93% -
XYZ 40.85 20.27 81.88 -
YUV 109.73 199.83 195.24 -
System Red Green Blue C M Y K H S L
Decimal 204 37 237 0.14 0.84 0 0.07 290.1 0.85 0.54
Hex CC 25 ED E 54 0 7 122 55 36
Octal 314 45 355 16 124 0 7 442 125 66
Binary 11001100 100101 11101101 1110 1010100 0 111 100100010 1010101 110110

Color Harmonies of #CC25ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25ED

Black with #CC25ED

Text Example


Text Example

White with #CC25ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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