Html Css Color HEX #CD15F1 Electric Purple

📋 copy color: '#CD15F1'

red 205 ◦ green 21 ◦ blue 241

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

Shades of Electric Purple #CD15F1

Tints of Electric Purple #CD15F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.61%

R = 43.9%
G = 4.5%
B = 51.61%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CD15F1 (or 0xCD15F1) is known color: Electric Purple. HEX triplet: CD, 15 and F1. RGB value is (205,21,241). Sum of RGB (Red+Green+Blue) = 205+21+241=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #CD15F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD15F1 is #32EA0E. Grayscale: #646464. Windows color (decimal): -3336719 or 15799757. OLE color: 15799757.

HSL color Cylindrical-coordinate representation of color #CD15F1: hue angle of 290.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD15F1 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 21 241 -
CMYK 0.15 0.91 0 0.05
HSL 290.18º 0.89% 0.51% -
HSV(B) 290.18º 0.91% 0.95% -
XYZ 41.32 19.87 84.88 -
YUV 101.1 206.96 202.11 -
System Red Green Blue C M Y K H S L
Decimal 205 21 241 0.15 0.91 0 0.05 290.18 0.89 0.51
Hex CD 15 F1 F 5B 0 5 122 59 33
Octal 315 25 361 17 133 0 5 442 131 63
Binary 11001101 10101 11110001 1111 1011011 0 101 100100010 1011001 110011

Color Harmonies of #CD15F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD15F1

Black with #CD15F1

Text Example


Text Example

White with #CD15F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD15F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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