Html Css Color HEX #C305FA Electric Purple

📋 copy color: '#C305FA'

red 195 ◦ green 5 ◦ blue 250

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

Shades of Electric Purple #C305FA

Tints of Electric Purple #C305FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.56%

R = 43.33%
G = 1.11%
B = 55.56%

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

#C305FA (or 0xC305FA) is known color: Electric Purple. HEX triplet: C3, 05 and FA. RGB value is (195,5,250). Sum of RGB (Red+Green+Blue) = 195+5+250=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 5 (2.34% from 255 or 1.11% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #C305FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C305FA is #3CFA05. Grayscale: #585858. Windows color (decimal): -3996166 or 16385475. OLE color: 16385475.

HSL color Cylindrical-coordinate representation of color #C305FA: hue angle of 286.53º degrees, saturation: 0.96, 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 #C305FA is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 5 250 -
CMYK 0.22 0.98 0 0.02
HSL 286.53º 0.96% 0.5% -
HSV(B) 286.53º 0.98% 0.98% -
XYZ 39.82 18.61 91.94 -
YUV 89.74 218.45 203.08 -
System Red Green Blue C M Y K H S L
Decimal 195 5 250 0.22 0.98 0 0.02 286.53 0.96 0.5
Hex C3 5 FA 16 62 0 2 11F 60 32
Octal 303 5 372 26 142 0 2 437 140 62
Binary 11000011 101 11111010 10110 1100010 0 10 100011111 1100000 110010

Color Harmonies of #C305FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C305FA

Black with #C305FA

Text Example


Text Example

White with #C305FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C305FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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