Html Css Color HEX #C305FB Electric Purple

📋 copy color: '#C305FB'

red 195 ◦ green 5 ◦ blue 251

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

Shades of Electric Purple #C305FB

Tints of Electric Purple #C305FB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.11%

 BLUE value IS 251 (98.44% from 255) = 55.65%

R = 43.24%
G = 1.11%
B = 55.65%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C305FB (or 0xC305FB) is known color: Electric Purple. HEX triplet: C3, 05 and FB. RGB value is (195,5,251). Sum of RGB (Red+Green+Blue) = 195+5+251=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 5 (2.34% from 255 or 1.11% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #C305FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C305FB is #3CFA04. Grayscale: #595959. Windows color (decimal): -3996165 or 16451011. OLE color: 16451011.

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

Color convert

RGB 195 5 251 -
CMYK 0.22 0.98 0 0.02
HSL 286.34º 0.97% 0.5% -
HSV(B) 286.34º 0.98% 0.98% -
XYZ 39.97 18.68 92.76 -
YUV 89.85 218.95 203 -
System Red Green Blue C M Y K H S L
Decimal 195 5 251 0.22 0.98 0 0.02 286.34 0.97 0.5
Hex C3 5 FB 16 62 0 2 11E 61 32
Octal 303 5 373 26 142 0 2 436 141 62
Binary 11000011 101 11111011 10110 1100010 0 10 100011110 1100001 110010

Color Harmonies of #C305FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C305FB

Black with #C305FB

Text Example


Text Example

White with #C305FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C305FB; }

 p { color: rgb(195,5,251); }

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

background-color css

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

 a { background-color: rgb(195,5,251); }

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

border-color css

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

 span { border-color: rgb(195,5,251); }

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