Html Css Color HEX #C30EEB Electric Purple

📋 copy color: '#C30EEB'

red 195 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #C30EEB

Tints of Electric Purple #C30EEB

RGB

 RED value IS 195 (76.56% from 255) = 43.92%

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

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

R = 43.92%
G = 3.15%
B = 52.93%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C30EEB (or 0xC30EEB) is known color: Electric Purple. HEX triplet: C3, 0E and EB. RGB value is (195,14,235). Sum of RGB (Red+Green+Blue) = 195+14+235=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 14 (5.86% from 255 or 3.15% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #C30EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30EEB is #3CF114. Grayscale: #5C5C5C. Windows color (decimal): -3993877 or 15404739. OLE color: 15404739.

HSL color Cylindrical-coordinate representation of color #C30EEB: hue angle of 289.14º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30EEB is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 14 235 -
CMYK 0.17 0.94 0 0.08
HSL 289.14º 0.89% 0.49% -
HSV(B) 289.14º 0.94% 0.92% -
XYZ 37.66 17.91 80.07 -
YUV 93.31 207.97 200.53 -
System Red Green Blue C M Y K H S L
Decimal 195 14 235 0.17 0.94 0 0.08 289.14 0.89 0.49
Hex C3 E EB 11 5E 0 8 121 59 31
Octal 303 16 353 21 136 0 10 441 131 61
Binary 11000011 1110 11101011 10001 1011110 0 1000 100100001 1011001 110001

Color Harmonies of #C30EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30EEB

Black with #C30EEB

Text Example


Text Example

White with #C30EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30EEB; }

 p { color: rgb(195,14,235); }

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

background-color css

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

 a { background-color: rgb(195,14,235); }

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

border-color css

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

 span { border-color: rgb(195,14,235); }

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