Html Css Color HEX #CD32FF Electric Purple

📋 copy color: '#CD32FF'

red 205 ◦ green 50 ◦ blue 255

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

Shades of Electric Purple #CD32FF

Tints of Electric Purple #CD32FF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.8%

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

R = 40.2%
G = 9.8%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD32FF (or 0xCD32FF) is known color: Electric Purple. HEX triplet: CD, 32 and FF. RGB value is (205,50,255). Sum of RGB (Red+Green+Blue) = 205+50+255=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 50 (19.92% from 255 or 9.80% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD32FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD32FF is #32CD00. Grayscale: #777777. Windows color (decimal): -3329281 or 16724685. OLE color: 16724685.

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

Color convert

RGB 205 50 255 -
CMYK 0.20 0.80 0 0
HSL 285.37º 1% 0.6% -
HSV(B) 285.37º 0.8% 1% -
XYZ 44.37 22.48 96.61 -
YUV 119.72 204.35 188.83 -
System Red Green Blue C M Y K H S L
Decimal 205 50 255 0.20 0.80 0 0 285.37 1 0.6
Hex CD 32 FF 14 50 0 0 11D 64 3C
Octal 315 62 377 24 120 0 0 435 144 74
Binary 11001101 110010 11111111 10100 1010000 0 0 100011101 1100100 111100

Color Harmonies of #CD32FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD32FF

Black with #CD32FF

Text Example


Text Example

White with #CD32FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD32FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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