Html Css Color HEX #C307FF Electric Purple

📋 copy color: '#C307FF'

red 195 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #C307FF

Tints of Electric Purple #C307FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.8%

R = 42.67%
G = 1.53%
B = 55.8%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C307FF (or 0xC307FF) is known color: Electric Purple. HEX triplet: C3, 07 and FF. RGB value is (195,7,255). Sum of RGB (Red+Green+Blue) = 195+7+255=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #C307FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C307FF is #3CF800. Grayscale: #5A5A5A. Windows color (decimal): -3995649 or 16713667. OLE color: 16713667.

HSL color Cylindrical-coordinate representation of color #C307FF: hue angle of 285.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C307FF is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 7 255 -
CMYK 0.24 0.97 0 0
HSL 285.48º 1% 0.51% -
HSV(B) 285.48º 0.97% 1% -
XYZ 40.63 18.97 96.13 -
YUV 91.48 220.28 201.83 -
System Red Green Blue C M Y K H S L
Decimal 195 7 255 0.24 0.97 0 0 285.48 1 0.51
Hex C3 7 FF 18 61 0 0 11D 64 33
Octal 303 7 377 30 141 0 0 435 144 63
Binary 11000011 111 11111111 11000 1100001 0 0 100011101 1100100 110011

Color Harmonies of #C307FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C307FF

Black with #C307FF

Text Example


Text Example

White with #C307FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C307FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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