Html Css Color HEX #CC23ED Electric Purple

📋 copy color: '#CC23ED'

red 204 ◦ green 35 ◦ blue 237

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

Shades of Electric Purple #CC23ED

Tints of Electric Purple #CC23ED

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.35%

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

R = 42.86%
G = 7.35%
B = 49.79%

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

#CC23ED (or 0xCC23ED) is known color: Electric Purple. HEX triplet: CC, 23 and ED. RGB value is (204,35,237). Sum of RGB (Red+Green+Blue) = 204+35+237=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC23ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC23ED is #33DC12. Grayscale: #6B6B6B. Windows color (decimal): -3398675 or 15541196. OLE color: 15541196.

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

Color convert

RGB 204 35 237 -
CMYK 0.14 0.85 0 0.07
HSL 290.2º 0.85% 0.53% -
HSV(B) 290.2º 0.85% 0.93% -
XYZ 40.79 20.15 81.86 -
YUV 108.56 200.49 196.07 -
System Red Green Blue C M Y K H S L
Decimal 204 35 237 0.14 0.85 0 0.07 290.2 0.85 0.53
Hex CC 23 ED E 55 0 7 122 55 35
Octal 314 43 355 16 125 0 7 442 125 65
Binary 11001100 100011 11101101 1110 1010101 0 111 100100010 1010101 110101

Color Harmonies of #CC23ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC23ED

Black with #CC23ED

Text Example


Text Example

White with #CC23ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC23ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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