Html Css Color HEX #C303ED Electric Purple

📋 copy color: '#C303ED'

red 195 ◦ green 3 ◦ blue 237

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

Shades of Electric Purple #C303ED

Tints of Electric Purple #C303ED

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.69%

 BLUE value IS 237 (92.97% from 255) = 54.48%

R = 44.83%
G = 0.69%
B = 54.48%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C303ED (or 0xC303ED) is known color: Electric Purple. HEX triplet: C3, 03 and ED. RGB value is (195,3,237). Sum of RGB (Red+Green+Blue) = 195+3+237=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #C303ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C303ED is #3CFC12. Grayscale: #565656. Windows color (decimal): -3996691 or 15532995. OLE color: 15532995.

HSL color Cylindrical-coordinate representation of color #C303ED: hue angle of 289.23º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C303ED is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 3 237 -
CMYK 0.18 0.99 0 0.07
HSL 289.23º 0.98% 0.47% -
HSV(B) 289.23º 0.99% 0.93% -
XYZ 37.82 17.78 81.56 -
YUV 87.08 212.61 204.97 -
System Red Green Blue C M Y K H S L
Decimal 195 3 237 0.18 0.99 0 0.07 289.23 0.98 0.47
Hex C3 3 ED 12 63 0 7 121 62 2F
Octal 303 3 355 22 143 0 7 441 142 57
Binary 11000011 11 11101101 10010 1100011 0 111 100100001 1100010 101111

Color Harmonies of #C303ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C303ED

Black with #C303ED

Text Example


Text Example

White with #C303ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C303ED; }

 p { color: rgb(195,3,237); }

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

background-color css

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

 a { background-color: rgb(195,3,237); }

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

border-color css

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

 span { border-color: rgb(195,3,237); }

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