Html Css Color HEX #CC2FFD Electric Purple

📋 copy color: '#CC2FFD'

red 204 ◦ green 47 ◦ blue 253

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

Shades of Electric Purple #CC2FFD

Tints of Electric Purple #CC2FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.33%

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

R = 40.48%
G = 9.33%
B = 50.2%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC2FFD (or 0xCC2FFD) is known color: Electric Purple. HEX triplet: CC, 2F and FD. RGB value is (204,47,253). Sum of RGB (Red+Green+Blue) = 204+47+253=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 47 (18.75% from 255 or 9.33% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC2FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2FFD is #33D002. Grayscale: #747474. Windows color (decimal): -3395587 or 16592844. OLE color: 16592844.

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

Color convert

RGB 204 47 253 -
CMYK 0.19 0.81 0 0.01
HSL 285.73º 0.98% 0.59% -
HSV(B) 285.73º 0.81% 0.99% -
XYZ 43.65 21.96 94.87 -
YUV 117.43 204.51 189.75 -
System Red Green Blue C M Y K H S L
Decimal 204 47 253 0.19 0.81 0 0.01 285.73 0.98 0.59
Hex CC 2F FD 13 51 0 1 11E 62 3B
Octal 314 57 375 23 121 0 1 436 142 73
Binary 11001100 101111 11111101 10011 1010001 0 1 100011110 1100010 111011

Color Harmonies of #CC2FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FFD

Black with #CC2FFD

Text Example


Text Example

White with #CC2FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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