Html Css Color HEX #CC1EEB Electric Purple

📋 copy color: '#CC1EEB'

red 204 ◦ green 30 ◦ blue 235

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

Shades of Electric Purple #CC1EEB

Tints of Electric Purple #CC1EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 43.5%
G = 6.4%
B = 50.11%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC1EEB (or 0xCC1EEB) is known color: Electric Purple. HEX triplet: CC, 1E and EB. RGB value is (204,30,235). Sum of RGB (Red+Green+Blue) = 204+30+235=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC1EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1EEB is #33E114. Grayscale: #686868. Windows color (decimal): -3399957 or 15408844. OLE color: 15408844.

HSL color Cylindrical-coordinate representation of color #CC1EEB: hue angle of 290.93º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1EEB is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 30 235 -
CMYK 0.13 0.87 0 0.08
HSL 290.93º 0.84% 0.52% -
HSV(B) 290.93º 0.87% 0.92% -
XYZ 40.36 19.76 80.28 -
YUV 105.4 201.15 198.33 -
System Red Green Blue C M Y K H S L
Decimal 204 30 235 0.13 0.87 0 0.08 290.93 0.84 0.52
Hex CC 1E EB D 57 0 8 123 54 34
Octal 314 36 353 15 127 0 10 443 124 64
Binary 11001100 11110 11101011 1101 1010111 0 1000 100100011 1010100 110100

Color Harmonies of #CC1EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1EEB

Black with #CC1EEB

Text Example


Text Example

White with #CC1EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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