Html Css Color HEX #CD00FA Electric Purple

📋 copy color: '#CD00FA'

red 205 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #CD00FA

Tints of Electric Purple #CD00FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.05%
G = 0%
B = 54.95%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CD00FA (or 0xCD00FA) is known color: Electric Purple. HEX triplet: CD, 00 and FA. RGB value is (205,0,250). Sum of RGB (Red+Green+Blue) = 205+0+250=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD00FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD00FA is #32FF05. Grayscale: #595959. Windows color (decimal): -3342086 or 16384205. OLE color: 16384205.

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

Color convert

RGB 205 0 250 -
CMYK 0.18 1 0 0.02
HSL 289.2º 1% 0.49% -
HSV(B) 289.2º 1% 0.98% -
XYZ 42.43 19.88 92.04 -
YUV 89.8 218.42 210.17 -
System Red Green Blue C M Y K H S L
Decimal 205 0 250 0.18 1 0 0.02 289.2 1 0.49
Hex CD 0 FA 12 64 0 2 121 64 31
Octal 315 0 372 22 144 0 2 441 144 61
Binary 11001101 0 11111010 10010 1100100 0 10 100100001 1100100 110001

Color Harmonies of #CD00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD00FA

Black with #CD00FA

Text Example


Text Example

White with #CD00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD00FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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