Html Css Color HEX #CC0FFD Electric Purple

📋 copy color: '#CC0FFD'

red 204 ◦ green 15 ◦ blue 253

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

Shades of Electric Purple #CC0FFD

Tints of Electric Purple #CC0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.18%

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

R = 43.22%
G = 3.18%
B = 53.6%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC0FFD (or 0xCC0FFD) is known color: Electric Purple. HEX triplet: CC, 0F and FD. RGB value is (204,15,253). Sum of RGB (Red+Green+Blue) = 204+15+253=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC0FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0FFD is #33F002. Grayscale: #616161. Windows color (decimal): -3403779 or 16584652. OLE color: 16584652.

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

Color convert

RGB 204 15 253 -
CMYK 0.19 0.94 0 0.01
HSL 287.65º 0.98% 0.53% -
HSV(B) 287.65º 0.94% 0.99% -
XYZ 42.8 20.27 94.59 -
YUV 98.64 215.12 203.15 -
System Red Green Blue C M Y K H S L
Decimal 204 15 253 0.19 0.94 0 0.01 287.65 0.98 0.53
Hex CC F FD 13 5E 0 1 120 62 35
Octal 314 17 375 23 136 0 1 440 142 65
Binary 11001100 1111 11111101 10011 1011110 0 1 100100000 1100010 110101

Color Harmonies of #CC0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0FFD

Black with #CC0FFD

Text Example


Text Example

White with #CC0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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