Html Css Color HEX #C30EFB Electric Purple

📋 copy color: '#C30EFB'

red 195 ◦ green 14 ◦ blue 251

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

Shades of Electric Purple #C30EFB

Tints of Electric Purple #C30EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.57%

R = 42.39%
G = 3.04%
B = 54.57%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C30EFB (or 0xC30EFB) is known color: Electric Purple. HEX triplet: C3, 0E and FB. RGB value is (195,14,251). Sum of RGB (Red+Green+Blue) = 195+14+251=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #C30EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30EFB is #3CF104. Grayscale: #5E5E5E. Windows color (decimal): -3993861 or 16453315. OLE color: 16453315.

HSL color Cylindrical-coordinate representation of color #C30EFB: hue angle of 285.82º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30EFB is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 14 251 -
CMYK 0.22 0.94 0 0.02
HSL 285.82º 0.97% 0.52% -
HSV(B) 285.82º 0.94% 0.98% -
XYZ 40.08 18.88 92.8 -
YUV 95.14 215.97 199.23 -
System Red Green Blue C M Y K H S L
Decimal 195 14 251 0.22 0.94 0 0.02 285.82 0.97 0.52
Hex C3 E FB 16 5E 0 2 11E 61 34
Octal 303 16 373 26 136 0 2 436 141 64
Binary 11000011 1110 11111011 10110 1011110 0 10 100011110 1100001 110100

Color Harmonies of #C30EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30EFB

Black with #C30EFB

Text Example


Text Example

White with #C30EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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