Html Css Color HEX #CC0EFF Electric Purple

📋 copy color: '#CC0EFF'

red 204 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #CC0EFF

Tints of Electric Purple #CC0EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.91%

R = 43.13%
G = 2.96%
B = 53.91%

CMYK

 C value IS 0.2

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC0EFF (or 0xCC0EFF) is known color: Electric Purple. HEX triplet: CC, 0E and FF. RGB value is (204,14,255). Sum of RGB (Red+Green+Blue) = 204+14+255=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 14 (5.86% from 255 or 2.96% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC0EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0EFF is #33F100. Grayscale: #616161. Windows color (decimal): -3404033 or 16715468. OLE color: 16715468.

HSL color Cylindrical-coordinate representation of color #CC0EFF: hue angle of 287.3º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0EFF is Cyan = 0.2, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 14 255 -
CMYK 0.2 0.95 0 0
HSL 287.3º 1% 0.53% -
HSV(B) 287.3º 0.95% 1% -
XYZ 43.11 20.37 96.27 -
YUV 98.28 216.45 203.4 -
System Red Green Blue C M Y K H S L
Decimal 204 14 255 0.2 0.95 0 0 287.3 1 0.53
Hex CC E FF 14 5F 0 0 11F 64 35
Octal 314 16 377 24 137 0 0 437 144 65
Binary 11001100 1110 11111111 10100 1011111 0 0 100011111 1100100 110101

Color Harmonies of #CC0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0EFF

Black with #CC0EFF

Text Example


Text Example

White with #CC0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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