Html Css Color HEX #CD17FF Electric Purple

📋 copy color: '#CD17FF'

red 205 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #CD17FF

Tints of Electric Purple #CD17FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.76%

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

R = 42.44%
G = 4.76%
B = 52.8%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD17FF (or 0xCD17FF) is known color: Electric Purple. HEX triplet: CD, 17 and FF. RGB value is (205,23,255). Sum of RGB (Red+Green+Blue) = 205+23+255=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD17FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD17FF is #32E800. Grayscale: #676767. Windows color (decimal): -3336193 or 16717773. OLE color: 16717773.

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

Color convert

RGB 205 23 255 -
CMYK 0.20 0.91 0 0
HSL 287.07º 1% 0.55% -
HSV(B) 287.07º 0.91% 1% -
XYZ 43.53 20.81 96.33 -
YUV 103.87 213.3 200.14 -
System Red Green Blue C M Y K H S L
Decimal 205 23 255 0.20 0.91 0 0 287.07 1 0.55
Hex CD 17 FF 14 5B 0 0 11F 64 37
Octal 315 27 377 24 133 0 0 437 144 67
Binary 11001101 10111 11111111 10100 1011011 0 0 100011111 1100100 110111

Color Harmonies of #CD17FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD17FF

Black with #CD17FF

Text Example


Text Example

White with #CD17FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD17FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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