Html Css Color HEX #CD30FF Electric Purple

📋 copy color: '#CD30FF'

red 205 ◦ green 48 ◦ blue 255

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

Shades of Electric Purple #CD30FF

Tints of Electric Purple #CD30FF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.45%

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

R = 40.35%
G = 9.45%
B = 50.2%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD30FF (or 0xCD30FF) is known color: Electric Purple. HEX triplet: CD, 30 and FF. RGB value is (205,48,255). Sum of RGB (Red+Green+Blue) = 205+48+255=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 48 (19.14% from 255 or 9.45% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD30FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD30FF is #32CF00. Grayscale: #757575. Windows color (decimal): -3329793 or 16724173. OLE color: 16724173.

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

Color convert

RGB 205 48 255 -
CMYK 0.20 0.81 0 0
HSL 285.51º 1% 0.59% -
HSV(B) 285.51º 0.81% 1% -
XYZ 44.28 22.31 96.58 -
YUV 118.54 205.01 189.67 -
System Red Green Blue C M Y K H S L
Decimal 205 48 255 0.20 0.81 0 0 285.51 1 0.59
Hex CD 30 FF 14 51 0 0 11E 64 3B
Octal 315 60 377 24 121 0 0 436 144 73
Binary 11001101 110000 11111111 10100 1010001 0 0 100011110 1100100 111011

Color Harmonies of #CD30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30FF

Black with #CD30FF

Text Example


Text Example

White with #CD30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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