Html Css Color HEX #C309FF Electric Purple

📋 copy color: '#C309FF'

red 195 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #C309FF

Tints of Electric Purple #C309FF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.96%

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

R = 42.48%
G = 1.96%
B = 55.56%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C309FF (or 0xC309FF) is known color: Electric Purple. HEX triplet: C3, 09 and FF. RGB value is (195,9,255). Sum of RGB (Red+Green+Blue) = 195+9+255=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 9 (3.91% from 255 or 1.96% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #C309FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C309FF is #3CF600. Grayscale: #5B5B5B. Windows color (decimal): -3995137 or 16714179. OLE color: 16714179.

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

Color convert

RGB 195 9 255 -
CMYK 0.24 0.96 0 0
HSL 285.37º 1% 0.52% -
HSV(B) 285.37º 0.96% 1% -
XYZ 40.65 19.02 96.14 -
YUV 92.66 219.62 201 -
System Red Green Blue C M Y K H S L
Decimal 195 9 255 0.24 0.96 0 0 285.37 1 0.52
Hex C3 9 FF 18 60 0 0 11D 64 34
Octal 303 11 377 30 140 0 0 435 144 64
Binary 11000011 1001 11111111 11000 1100000 0 0 100011101 1100100 110100

Color Harmonies of #C309FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309FF

Black with #C309FF

Text Example


Text Example

White with #C309FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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