Html Css Color HEX #C308FE Electric Purple

📋 copy color: '#C308FE'

red 195 ◦ green 8 ◦ blue 254

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

Shades of Electric Purple #C308FE

Tints of Electric Purple #C308FE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.75%

 BLUE value IS 254 (99.61% from 255) = 55.58%

R = 42.67%
G = 1.75%
B = 55.58%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C308FE (or 0xC308FE) is known color: Electric Purple. HEX triplet: C3, 08 and FE. RGB value is (195,8,254). Sum of RGB (Red+Green+Blue) = 195+8+254=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 8 (3.52% from 255 or 1.75% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #C308FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C308FE is #3CF701. Grayscale: #5B5B5B. Windows color (decimal): -3995394 or 16648387. OLE color: 16648387.

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

Color convert

RGB 195 8 254 -
CMYK 0.23 0.97 0 0.00
HSL 285.61º 0.99% 0.51% -
HSV(B) 285.61º 0.97% 1% -
XYZ 40.48 18.93 95.29 -
YUV 91.96 219.45 201.5 -
System Red Green Blue C M Y K H S L
Decimal 195 8 254 0.23 0.97 0 0.00 285.61 0.99 0.51
Hex C3 8 FE 17 61 0 0 11E 63 33
Octal 303 10 376 27 141 0 0 436 143 63
Binary 11000011 1000 11111110 10111 1100001 0 0 100011110 1100011 110011

Color Harmonies of #C308FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C308FE

Black with #C308FE

Text Example


Text Example

White with #C308FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C308FE; }

 p { color: rgb(195,8,254); }

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

background-color css

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

 a { background-color: rgb(195,8,254); }

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

border-color css

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

 span { border-color: rgb(195,8,254); }

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