Html Css Color HEX #CC2DFD Electric Purple

📋 copy color: '#CC2DFD'

red 204 ◦ green 45 ◦ blue 253

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

Shades of Electric Purple #CC2DFD

Tints of Electric Purple #CC2DFD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.96%

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

R = 40.64%
G = 8.96%
B = 50.4%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC2DFD (or 0xCC2DFD) is known color: Electric Purple. HEX triplet: CC, 2D and FD. RGB value is (204,45,253). Sum of RGB (Red+Green+Blue) = 204+45+253=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 45 (17.97% from 255 or 8.96% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC2DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2DFD is #33D202. Grayscale: #737373. Windows color (decimal): -3396099 or 16592332. OLE color: 16592332.

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

Color convert

RGB 204 45 253 -
CMYK 0.19 0.82 0 0.01
HSL 285.87º 0.98% 0.58% -
HSV(B) 285.87º 0.82% 0.99% -
XYZ 43.57 21.81 94.84 -
YUV 116.25 205.18 190.59 -
System Red Green Blue C M Y K H S L
Decimal 204 45 253 0.19 0.82 0 0.01 285.87 0.98 0.58
Hex CC 2D FD 13 52 0 1 11E 62 3A
Octal 314 55 375 23 122 0 1 436 142 72
Binary 11001100 101101 11111101 10011 1010010 0 1 100011110 1100010 111010

Color Harmonies of #CC2DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2DFD

Black with #CC2DFD

Text Example


Text Example

White with #CC2DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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