Html Css Color HEX #CD28FF Electric Purple

📋 copy color: '#CD28FF'

red 205 ◦ green 40 ◦ blue 255

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

Shades of Electric Purple #CD28FF

Tints of Electric Purple #CD28FF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8%

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

R = 41%
G = 8%
B = 51%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD28FF (or 0xCD28FF) is known color: Electric Purple. HEX triplet: CD, 28 and FF. RGB value is (205,40,255). Sum of RGB (Red+Green+Blue) = 205+40+255=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 40 (16.02% from 255 or 8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD28FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD28FF is #32D700. Grayscale: #717171. Windows color (decimal): -3331841 or 16722125. OLE color: 16722125.

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

Color convert

RGB 205 40 255 -
CMYK 0.20 0.84 0 0
HSL 286.05º 1% 0.58% -
HSV(B) 286.05º 0.84% 1% -
XYZ 43.99 21.72 96.48 -
YUV 113.85 207.66 193.02 -
System Red Green Blue C M Y K H S L
Decimal 205 40 255 0.20 0.84 0 0 286.05 1 0.58
Hex CD 28 FF 14 54 0 0 11E 64 3A
Octal 315 50 377 24 124 0 0 436 144 72
Binary 11001101 101000 11111111 10100 1010100 0 0 100011110 1100100 111010

Color Harmonies of #CD28FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD28FF

Black with #CD28FF

Text Example


Text Example

White with #CD28FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD28FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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