Html Css Color HEX #C307F7 Electric Purple

📋 copy color: '#C307F7'

red 195 ◦ green 7 ◦ blue 247

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

Shades of Electric Purple #C307F7

Tints of Electric Purple #C307F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 55.01%

R = 43.43%
G = 1.56%
B = 55.01%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C307F7 (or 0xC307F7) is known color: Electric Purple. HEX triplet: C3, 07 and F7. RGB value is (195,7,247). Sum of RGB (Red+Green+Blue) = 195+7+247=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 7 (3.12% from 255 or 1.56% from 449); Blue value is 247 (96.88% from 255 or 55.01% from 449); Max value from RGB is 247 - color contains mainly: blue. Hex color #C307F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C307F7 is #3CF808. Grayscale: #595959. Windows color (decimal): -3995657 or 16189379. OLE color: 16189379.

HSL color Cylindrical-coordinate representation of color #C307F7: hue angle of 287º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C307F7 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 195 7 247 -
CMYK 0.21 0.97 0 0.03
HSL 287º 0.94% 0.5% -
HSV(B) 287º 0.97% 0.97% -
XYZ 39.37 18.47 89.49 -
YUV 90.57 216.28 202.49 -
System Red Green Blue C M Y K H S L
Decimal 195 7 247 0.21 0.97 0 0.03 287 0.94 0.5
Hex C3 7 F7 15 61 0 3 11F 5E 32
Octal 303 7 367 25 141 0 3 437 136 62
Binary 11000011 111 11110111 10101 1100001 0 11 100011111 1011110 110010

Color Harmonies of #C307F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C307F7

Black with #C307F7

Text Example


Text Example

White with #C307F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C307F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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