Html Css Color HEX #C305FF Electric Purple

📋 copy color: '#C305FF'

red 195 ◦ green 5 ◦ blue 255

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

Shades of Electric Purple #C305FF

Tints of Electric Purple #C305FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.04%

R = 42.86%
G = 1.1%
B = 56.04%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C305FF (or 0xC305FF) is known color: Electric Purple. HEX triplet: C3, 05 and FF. RGB value is (195,5,255). Sum of RGB (Red+Green+Blue) = 195+5+255=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 5 (2.34% from 255 or 1.10% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #C305FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C305FF is #3CFA00. Grayscale: #595959. Windows color (decimal): -3996161 or 16713155. OLE color: 16713155.

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

Color convert

RGB 195 5 255 -
CMYK 0.24 0.98 0 0
HSL 285.6º 1% 0.51% -
HSV(B) 285.6º 0.98% 1% -
XYZ 40.61 18.93 96.12 -
YUV 90.31 220.95 202.67 -
System Red Green Blue C M Y K H S L
Decimal 195 5 255 0.24 0.98 0 0 285.6 1 0.51
Hex C3 5 FF 18 62 0 0 11E 64 33
Octal 303 5 377 30 142 0 0 436 144 63
Binary 11000011 101 11111111 11000 1100010 0 0 100011110 1100100 110011

Color Harmonies of #C305FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C305FF

Black with #C305FF

Text Example


Text Example

White with #C305FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C305FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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