Html Css Color HEX #CC33FD Electric Purple

📋 copy color: '#CC33FD'

red 204 ◦ green 51 ◦ blue 253

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

Shades of Electric Purple #CC33FD

Tints of Electric Purple #CC33FD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.04%

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

R = 40.16%
G = 10.04%
B = 49.8%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC33FD (or 0xCC33FD) is known color: Electric Purple. HEX triplet: CC, 33 and FD. RGB value is (204,51,253). Sum of RGB (Red+Green+Blue) = 204+51+253=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 51 (20.31% from 255 or 10.04% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC33FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC33FD is #33CC02. Grayscale: #777777. Windows color (decimal): -3394563 or 16593868. OLE color: 16593868.

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

Color convert

RGB 204 51 253 -
CMYK 0.19 0.80 0 0.01
HSL 285.45º 0.98% 0.6% -
HSV(B) 285.45º 0.8% 0.99% -
XYZ 43.82 22.3 94.92 -
YUV 119.78 203.19 188.07 -
System Red Green Blue C M Y K H S L
Decimal 204 51 253 0.19 0.80 0 0.01 285.45 0.98 0.6
Hex CC 33 FD 13 50 0 1 11D 62 3C
Octal 314 63 375 23 120 0 1 435 142 74
Binary 11001100 110011 11111101 10011 1010000 0 1 100011101 1100010 111100

Color Harmonies of #CC33FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33FD

Black with #CC33FD

Text Example


Text Example

White with #CC33FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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