Html Css Color HEX #CD28F9 Electric Purple

📋 copy color: '#CD28F9'

red 205 ◦ green 40 ◦ blue 249

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

Shades of Electric Purple #CD28F9

Tints of Electric Purple #CD28F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.4%

R = 41.5%
G = 8.1%
B = 50.4%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CD28F9 (or 0xCD28F9) is known color: Electric Purple. HEX triplet: CD, 28 and F9. RGB value is (205,40,249). Sum of RGB (Red+Green+Blue) = 205+40+249=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD28F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD28F9 is #32D706. Grayscale: #707070. Windows color (decimal): -3331847 or 16328909. OLE color: 16328909.

HSL color Cylindrical-coordinate representation of color #CD28F9: hue angle of 287.37º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD28F9 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 40 249 -
CMYK 0.18 0.84 0 0.02
HSL 287.37º 0.95% 0.57% -
HSV(B) 287.37º 0.84% 0.98% -
XYZ 43.03 21.34 91.47 -
YUV 113.16 204.66 193.51 -
System Red Green Blue C M Y K H S L
Decimal 205 40 249 0.18 0.84 0 0.02 287.37 0.95 0.57
Hex CD 28 F9 12 54 0 2 11F 5F 39
Octal 315 50 371 22 124 0 2 437 137 71
Binary 11001101 101000 11111001 10010 1010100 0 10 100011111 1011111 111001

Color Harmonies of #CD28F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD28F9

Black with #CD28F9

Text Example


Text Example

White with #CD28F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD28F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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