Html Css Color HEX #CC0EFA Electric Purple

📋 copy color: '#CC0EFA'

red 204 ◦ green 14 ◦ blue 250

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

Shades of Electric Purple #CC0EFA

Tints of Electric Purple #CC0EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.42%

R = 43.59%
G = 2.99%
B = 53.42%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC0EFA (or 0xCC0EFA) is known color: Electric Purple. HEX triplet: CC, 0E and FA. RGB value is (204,14,250). Sum of RGB (Red+Green+Blue) = 204+14+250=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC0EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0EFA is #33F105. Grayscale: #606060. Windows color (decimal): -3404038 or 16387788. OLE color: 16387788.

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

Color convert

RGB 204 14 250 -
CMYK 0.18 0.94 0 0.02
HSL 288.31º 0.96% 0.52% -
HSV(B) 288.31º 0.94% 0.98% -
XYZ 42.31 20.05 92.08 -
YUV 97.71 213.95 203.81 -
System Red Green Blue C M Y K H S L
Decimal 204 14 250 0.18 0.94 0 0.02 288.31 0.96 0.52
Hex CC E FA 12 5E 0 2 120 60 34
Octal 314 16 372 22 136 0 2 440 140 64
Binary 11001100 1110 11111010 10010 1011110 0 10 100100000 1100000 110100

Color Harmonies of #CC0EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0EFA

Black with #CC0EFA

Text Example


Text Example

White with #CC0EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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