Html Css Color HEX #CD01FF Electric Purple

📋 copy color: '#CD01FF'

red 205 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #CD01FF

Tints of Electric Purple #CD01FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 44.47%
G = 0.22%
B = 55.31%

CMYK

 C value IS 0.20

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD01FF (or 0xCD01FF) is known color: Electric Purple. HEX triplet: CD, 01 and FF. RGB value is (205,1,255). Sum of RGB (Red+Green+Blue) = 205+1+255=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 1 (0.78% from 255 or 0.22% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD01FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD01FF is #32FE00. Grayscale: #5A5A5A. Windows color (decimal): -3341825 or 16712141. OLE color: 16712141.

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

Color convert

RGB 205 1 255 -
CMYK 0.20 1.00 0 0
HSL 288.19º 1% 0.5% -
HSV(B) 288.19º 1% 1% -
XYZ 43.24 20.22 96.23 -
YUV 90.95 220.59 209.35 -
System Red Green Blue C M Y K H S L
Decimal 205 1 255 0.20 1.00 0 0 288.19 1 0.5
Hex CD 1 FF 14 64 0 0 120 64 32
Octal 315 1 377 24 144 0 0 440 144 62
Binary 11001101 1 11111111 10100 1100100 0 0 100100000 1100100 110010

Color Harmonies of #CD01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD01FF

Black with #CD01FF

Text Example


Text Example

White with #CD01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD01FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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