Html Css Color HEX #CD23ED Electric Purple

📋 copy color: '#CD23ED'

red 205 ◦ green 35 ◦ blue 237

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

Shades of Electric Purple #CD23ED

Tints of Electric Purple #CD23ED

RGB

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

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

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

R = 42.98%
G = 7.34%
B = 49.69%

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

#CD23ED (or 0xCD23ED) is known color: Electric Purple. HEX triplet: CD, 23 and ED. RGB value is (205,35,237). Sum of RGB (Red+Green+Blue) = 205+35+237=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 35 (14.06% from 255 or 7.34% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD23ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD23ED is #32DC12. Grayscale: #6C6C6C. Windows color (decimal): -3333139 or 15541197. OLE color: 15541197.

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

Color convert

RGB 205 35 237 -
CMYK 0.14 0.85 0 0.07
HSL 290.5º 0.85% 0.53% -
HSV(B) 290.5º 0.85% 0.93% -
XYZ 41.06 20.3 81.87 -
YUV 108.86 200.32 196.57 -
System Red Green Blue C M Y K H S L
Decimal 205 35 237 0.14 0.85 0 0.07 290.5 0.85 0.53
Hex CD 23 ED E 55 0 7 122 55 35
Octal 315 43 355 16 125 0 7 442 125 65
Binary 11001101 100011 11101101 1110 1010101 0 111 100100010 1010101 110101

Color Harmonies of #CD23ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD23ED

Black with #CD23ED

Text Example


Text Example

White with #CD23ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD23ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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