Html Css Color HEX #C30BEC Electric Purple

📋 copy color: '#C30BEC'

red 195 ◦ green 11 ◦ blue 236

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

Shades of Electric Purple #C30BEC

Tints of Electric Purple #C30BEC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.49%

 BLUE value IS 236 (92.58% from 255) = 53.39%

R = 44.12%
G = 2.49%
B = 53.39%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C30BEC (or 0xC30BEC) is known color: Electric Purple. HEX triplet: C3, 0B and EC. RGB value is (195,11,236). Sum of RGB (Red+Green+Blue) = 195+11+236=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #C30BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30BEC is #3CF413. Grayscale: #5A5A5A. Windows color (decimal): -3994644 or 15469507. OLE color: 15469507.

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

Color convert

RGB 195 11 236 -
CMYK 0.17 0.95 0 0.07
HSL 289.07º 0.91% 0.48% -
HSV(B) 289.07º 0.95% 0.93% -
XYZ 37.77 17.9 80.82 -
YUV 91.67 209.46 201.7 -
System Red Green Blue C M Y K H S L
Decimal 195 11 236 0.17 0.95 0 0.07 289.07 0.91 0.48
Hex C3 B EC 11 5F 0 7 121 5B 30
Octal 303 13 354 21 137 0 7 441 133 60
Binary 11000011 1011 11101100 10001 1011111 0 111 100100001 1011011 110000

Color Harmonies of #C30BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30BEC

Black with #C30BEC

Text Example


Text Example

White with #C30BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30BEC; }

 p { color: rgb(195,11,236); }

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

background-color css

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

 a { background-color: rgb(195,11,236); }

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

border-color css

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

 span { border-color: rgb(195,11,236); }

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