Html Css Color HEX #CD20FF Electric Purple

📋 copy color: '#CD20FF'

red 205 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #CD20FF

Tints of Electric Purple #CD20FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.5%

 BLUE value IS 255 (100% from 255) = 51.83%

R = 41.67%
G = 6.5%
B = 51.83%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD20FF (or 0xCD20FF) is known color: Electric Purple. HEX triplet: CD, 20 and FF. RGB value is (205,32,255). Sum of RGB (Red+Green+Blue) = 205+32+255=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 32 (12.89% from 255 or 6.50% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD20FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD20FF is #32DF00. Grayscale: #6C6C6C. Windows color (decimal): -3333889 or 16720077. OLE color: 16720077.

HSL color Cylindrical-coordinate representation of color #CD20FF: hue angle of 286.55º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD20FF is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 205 32 255 -
CMYK 0.20 0.87 0 0
HSL 286.55º 1% 0.56% -
HSV(B) 286.55º 0.87% 1% -
XYZ 43.74 21.23 96.4 -
YUV 109.15 210.31 196.37 -
System Red Green Blue C M Y K H S L
Decimal 205 32 255 0.20 0.87 0 0 286.55 1 0.56
Hex CD 20 FF 14 57 0 0 11F 64 38
Octal 315 40 377 24 127 0 0 437 144 70
Binary 11001101 100000 11111111 10100 1010111 0 0 100011111 1100100 111000

Color Harmonies of #CD20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD20FF

Black with #CD20FF

Text Example


Text Example

White with #CD20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD20FF; }

 p { color: rgb(205,32,255); }

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

background-color css

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

 a { background-color: rgb(205,32,255); }

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

border-color css

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

 span { border-color: rgb(205,32,255); }

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