Html Css Color HEX #CD15FF Electric Purple

📋 copy color: '#CD15FF'

red 205 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #CD15FF

Tints of Electric Purple #CD15FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.37%

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

R = 42.62%
G = 4.37%
B = 53.01%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD15FF (or 0xCD15FF) is known color: Electric Purple. HEX triplet: CD, 15 and FF. RGB value is (205,21,255). Sum of RGB (Red+Green+Blue) = 205+21+255=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD15FF is #32EA00. Grayscale: #656565. Windows color (decimal): -3336705 or 16717261. OLE color: 16717261.

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

Color convert

RGB 205 21 255 -
CMYK 0.20 0.92 0 0
HSL 287.18º 1% 0.54% -
HSV(B) 287.18º 0.92% 1% -
XYZ 43.5 20.74 96.32 -
YUV 102.69 213.96 200.97 -
System Red Green Blue C M Y K H S L
Decimal 205 21 255 0.20 0.92 0 0 287.18 1 0.54
Hex CD 15 FF 14 5C 0 0 11F 64 36
Octal 315 25 377 24 134 0 0 437 144 66
Binary 11001101 10101 11111111 10100 1011100 0 0 100011111 1100100 110110

Color Harmonies of #CD15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD15FF

Black with #CD15FF

Text Example


Text Example

White with #CD15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD15FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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