Html Css Color HEX #CD01FA Electric Purple

📋 copy color: '#CD01FA'

red 205 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #CD01FA

Tints of Electric Purple #CD01FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 44.96%
G = 0.22%
B = 54.82%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CD01FA (or 0xCD01FA) is known color: Electric Purple. HEX triplet: CD, 01 and FA. RGB value is (205,1,250). Sum of RGB (Red+Green+Blue) = 205+1+250=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 1 (0.78% from 255 or 0.22% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD01FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD01FA is #32FE05. Grayscale: #595959. Windows color (decimal): -3341830 or 16384461. OLE color: 16384461.

HSL color Cylindrical-coordinate representation of color #CD01FA: hue angle of 289.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD01FA is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 1 250 -
CMYK 0.18 1.00 0 0.02
HSL 289.16º 0.99% 0.49% -
HSV(B) 289.16º 1% 0.98% -
XYZ 42.44 19.9 92.05 -
YUV 90.38 218.09 209.75 -
System Red Green Blue C M Y K H S L
Decimal 205 1 250 0.18 1.00 0 0.02 289.16 0.99 0.49
Hex CD 1 FA 12 64 0 2 121 63 31
Octal 315 1 372 22 144 0 2 441 143 61
Binary 11001101 1 11111010 10010 1100100 0 10 100100001 1100011 110001

Color Harmonies of #CD01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD01FA

Black with #CD01FA

Text Example


Text Example

White with #CD01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD01FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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