Html Css Color HEX #CD00FB Electric Purple

📋 copy color: '#CD00FB'

red 205 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #CD00FB

Tints of Electric Purple #CD00FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.04%

R = 44.96%
G = 0%
B = 55.04%

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

#CD00FB (or 0xCD00FB) is known color: Electric Purple. HEX triplet: CD, 00 and FB. RGB value is (205,0,251). Sum of RGB (Red+Green+Blue) = 205+0+251=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #CD00FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD00FB is #32FF04. Grayscale: #595959. Windows color (decimal): -3342085 or 16449741. OLE color: 16449741.

HSL color Cylindrical-coordinate representation of color #CD00FB: hue angle of 289º 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 #CD00FB is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 0 251 -
CMYK 0.18 1 0 0.02
HSL 289º 1% 0.49% -
HSV(B) 289º 1% 0.98% -
XYZ 42.59 19.94 92.87 -
YUV 89.91 218.92 210.09 -
System Red Green Blue C M Y K H S L
Decimal 205 0 251 0.18 1 0 0.02 289 1 0.49
Hex CD 0 FB 12 64 0 2 121 64 31
Octal 315 0 373 22 144 0 2 441 144 61
Binary 11001101 0 11111011 10010 1100100 0 10 100100001 1100100 110001

Color Harmonies of #CD00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD00FB

Black with #CD00FB

Text Example


Text Example

White with #CD00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD00FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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