Html Css Color HEX #CC1EFD Electric Purple

📋 copy color: '#CC1EFD'

red 204 ◦ green 30 ◦ blue 253

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

Shades of Electric Purple #CC1EFD

Tints of Electric Purple #CC1EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.16%

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

R = 41.89%
G = 6.16%
B = 51.95%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC1EFD (or 0xCC1EFD) is known color: Electric Purple. HEX triplet: CC, 1E and FD. RGB value is (204,30,253). Sum of RGB (Red+Green+Blue) = 204+30+253=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC1EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1EFD is #33E102. Grayscale: #6A6A6A. Windows color (decimal): -3399939 or 16588492. OLE color: 16588492.

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

Color convert

RGB 204 30 253 -
CMYK 0.19 0.88 0 0.01
HSL 286.82º 0.98% 0.55% -
HSV(B) 286.82º 0.88% 0.99% -
XYZ 43.1 20.86 94.68 -
YUV 107.45 210.15 196.87 -
System Red Green Blue C M Y K H S L
Decimal 204 30 253 0.19 0.88 0 0.01 286.82 0.98 0.55
Hex CC 1E FD 13 58 0 1 11F 62 37
Octal 314 36 375 23 130 0 1 437 142 67
Binary 11001100 11110 11111101 10011 1011000 0 1 100011111 1100010 110111

Color Harmonies of #CC1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1EFD

Black with #CC1EFD

Text Example


Text Example

White with #CC1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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