Html Css Color HEX #C300F7 Electric Purple

📋 copy color: '#C300F7'

red 195 ◦ green 0 ◦ blue 247

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

Shades of Electric Purple #C300F7

Tints of Electric Purple #C300F7

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.12%
G = 0%
B = 55.88%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C300F7 (or 0xC300F7) is known color: Electric Purple. HEX triplet: C3, 00 and F7. RGB value is (195,0,247). Sum of RGB (Red+Green+Blue) = 195+0+247=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #C300F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C300F7 is #3CFF08. Grayscale: #555555. Windows color (decimal): -3997449 or 16187587. OLE color: 16187587.

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

Color convert

RGB 195 0 247 -
CMYK 0.21 1 0 0.03
HSL 287.37º 1% 0.48% -
HSV(B) 287.37º 1% 0.97% -
XYZ 39.29 18.32 89.46 -
YUV 86.46 218.6 205.42 -
System Red Green Blue C M Y K H S L
Decimal 195 0 247 0.21 1 0 0.03 287.37 1 0.48
Hex C3 0 F7 15 64 0 3 11F 64 30
Octal 303 0 367 25 144 0 3 437 144 60
Binary 11000011 0 11110111 10101 1100100 0 11 100011111 1100100 110000

Color Harmonies of #C300F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300F7

Black with #C300F7

Text Example


Text Example

White with #C300F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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