Html Css Color HEX #C307EA Electric Purple

📋 copy color: '#C307EA'

red 195 ◦ green 7 ◦ blue 234

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

Shades of Electric Purple #C307EA

Tints of Electric Purple #C307EA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.61%

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 44.72%
G = 1.61%
B = 53.67%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C307EA (or 0xC307EA) is known color: Electric Purple. HEX triplet: C3, 07 and EA. RGB value is (195,7,234). Sum of RGB (Red+Green+Blue) = 195+7+234=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #C307EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C307EA is #3CF815. Grayscale: #585858. Windows color (decimal): -3995670 or 15337411. OLE color: 15337411.

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

Color convert

RGB 195 7 234 -
CMYK 0.17 0.97 0 0.08
HSL 289.69º 0.94% 0.47% -
HSV(B) 289.69º 0.97% 0.92% -
XYZ 37.43 17.69 79.28 -
YUV 89.09 209.78 203.54 -
System Red Green Blue C M Y K H S L
Decimal 195 7 234 0.17 0.97 0 0.08 289.69 0.94 0.47
Hex C3 7 EA 11 61 0 8 122 5E 2F
Octal 303 7 352 21 141 0 10 442 136 57
Binary 11000011 111 11101010 10001 1100001 0 1000 100100010 1011110 101111

Color Harmonies of #C307EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C307EA

Black with #C307EA

Text Example


Text Example

White with #C307EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C307EA; }

 p { color: rgb(195,7,234); }

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

background-color css

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

 a { background-color: rgb(195,7,234); }

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

border-color css

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

 span { border-color: rgb(195,7,234); }

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