Html Css Color HEX #CC00FD Electric Purple

📋 copy color: '#CC00FD'

red 204 ◦ green 0 ◦ blue 253

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

Shades of Electric Purple #CC00FD

Tints of Electric Purple #CC00FD

RGB

 RED value IS 204 (80.08% from 255) = 44.64%

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

 BLUE value IS 253 (99.22% from 255) = 55.36%

R = 44.64%
G = 0%
B = 55.36%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC00FD (or 0xCC00FD) is known color: Electric Purple. HEX triplet: CC, 00 and FD. RGB value is (204,0,253). Sum of RGB (Red+Green+Blue) = 204+0+253=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC00FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC00FD is #33FF02. Grayscale: #595959. Windows color (decimal): -3407619 or 16580812. OLE color: 16580812.

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

Color convert

RGB 204 0 253 -
CMYK 0.19 1 0 0.01
HSL 288.38º 1% 0.5% -
HSV(B) 288.38º 1% 0.99% -
XYZ 42.63 19.93 94.53 -
YUV 89.84 220.09 209.43 -
System Red Green Blue C M Y K H S L
Decimal 204 0 253 0.19 1 0 0.01 288.38 1 0.5
Hex CC 0 FD 13 64 0 1 120 64 32
Octal 314 0 375 23 144 0 1 440 144 62
Binary 11001100 0 11111101 10011 1100100 0 1 100100000 1100100 110010

Color Harmonies of #CC00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00FD

Black with #CC00FD

Text Example


Text Example

White with #CC00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC00FD; }

 p { color: rgb(204,0,253); }

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

background-color css

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

 a { background-color: rgb(204,0,253); }

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

border-color css

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

 span { border-color: rgb(204,0,253); }

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