Html Css Color HEX #CC0EFD Electric Purple

📋 copy color: '#CC0EFD'

red 204 ◦ green 14 ◦ blue 253

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

Shades of Electric Purple #CC0EFD

Tints of Electric Purple #CC0EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.97%

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

R = 43.31%
G = 2.97%
B = 53.72%

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

#CC0EFD (or 0xCC0EFD) is known color: Electric Purple. HEX triplet: CC, 0E and FD. RGB value is (204,14,253). Sum of RGB (Red+Green+Blue) = 204+14+253=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC0EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0EFD is #33F102. Grayscale: #616161. Windows color (decimal): -3404035 or 16584396. OLE color: 16584396.

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

Color convert

RGB 204 14 253 -
CMYK 0.19 0.94 0 0.01
HSL 287.7º 0.98% 0.52% -
HSV(B) 287.7º 0.94% 0.99% -
XYZ 42.79 20.24 94.58 -
YUV 98.06 215.45 203.57 -
System Red Green Blue C M Y K H S L
Decimal 204 14 253 0.19 0.94 0 0.01 287.7 0.98 0.52
Hex CC E FD 13 5E 0 1 120 62 34
Octal 314 16 375 23 136 0 1 440 142 64
Binary 11001100 1110 11111101 10011 1011110 0 1 100100000 1100010 110100

Color Harmonies of #CC0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0EFD

Black with #CC0EFD

Text Example


Text Example

White with #CC0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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