Html Css Color HEX #CD04FF Electric Purple

📋 copy color: '#CD04FF'

red 205 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #CD04FF

Tints of Electric Purple #CD04FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.86%

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

R = 44.18%
G = 0.86%
B = 54.96%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD04FF (or 0xCD04FF) is known color: Electric Purple. HEX triplet: CD, 04 and FF. RGB value is (205,4,255). Sum of RGB (Red+Green+Blue) = 205+4+255=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 4 (1.95% from 255 or 0.86% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD04FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD04FF is #32FB00. Grayscale: #5B5B5B. Windows color (decimal): -3341057 or 16712909. OLE color: 16712909.

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

Color convert

RGB 205 4 255 -
CMYK 0.20 0.98 0 0
HSL 288.05º 1% 0.51% -
HSV(B) 288.05º 0.98% 1% -
XYZ 43.27 20.29 96.24 -
YUV 92.71 219.59 208.09 -
System Red Green Blue C M Y K H S L
Decimal 205 4 255 0.20 0.98 0 0 288.05 1 0.51
Hex CD 4 FF 14 62 0 0 120 64 33
Octal 315 4 377 24 142 0 0 440 144 63
Binary 11001101 100 11111111 10100 1100010 0 0 100100000 1100100 110011

Color Harmonies of #CD04FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD04FF

Black with #CD04FF

Text Example


Text Example

White with #CD04FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD04FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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