Html Css Color HEX #C30CEB Electric Purple

📋 copy color: '#C30CEB'

red 195 ◦ green 12 ◦ blue 235

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

Shades of Electric Purple #C30CEB

Tints of Electric Purple #C30CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.71%

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

R = 44.12%
G = 2.71%
B = 53.17%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C30CEB (or 0xC30CEB) is known color: Electric Purple. HEX triplet: C3, 0C and EB. RGB value is (195,12,235). Sum of RGB (Red+Green+Blue) = 195+12+235=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #C30CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30CEB is #3CF314. Grayscale: #5B5B5B. Windows color (decimal): -3994389 or 15404227. OLE color: 15404227.

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

Color convert

RGB 195 12 235 -
CMYK 0.17 0.95 0 0.08
HSL 289.24º 0.9% 0.48% -
HSV(B) 289.24º 0.95% 0.92% -
XYZ 37.63 17.86 80.06 -
YUV 92.14 208.63 201.37 -
System Red Green Blue C M Y K H S L
Decimal 195 12 235 0.17 0.95 0 0.08 289.24 0.9 0.48
Hex C3 C EB 11 5F 0 8 121 5A 30
Octal 303 14 353 21 137 0 10 441 132 60
Binary 11000011 1100 11101011 10001 1011111 0 1000 100100001 1011010 110000

Color Harmonies of #C30CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30CEB

Black with #C30CEB

Text Example


Text Example

White with #C30CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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