Html Css Color HEX #C300EA Electric Purple

📋 copy color: '#C300EA'

red 195 ◦ green 0 ◦ blue 234

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

Shades of Electric Purple #C300EA

Tints of Electric Purple #C300EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 54.55%

R = 45.45%
G = 0%
B = 54.55%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C300EA (or 0xC300EA) is known color: Electric Purple. HEX triplet: C3, 00 and EA. RGB value is (195,0,234). Sum of RGB (Red+Green+Blue) = 195+0+234=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #C300EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C300EA is #3CFF15. Grayscale: #545454. Windows color (decimal): -3997462 or 15335619. OLE color: 15335619.

HSL color Cylindrical-coordinate representation of color #C300EA: hue angle of 290º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300EA is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 0 234 -
CMYK 0.17 1 0 0.08
HSL 290º 1% 0.46% -
HSV(B) 290º 1% 0.92% -
XYZ 37.36 17.54 79.26 -
YUV 84.98 212.1 206.47 -
System Red Green Blue C M Y K H S L
Decimal 195 0 234 0.17 1 0 0.08 290 1 0.46
Hex C3 0 EA 11 64 0 8 122 64 2E
Octal 303 0 352 21 144 0 10 442 144 56
Binary 11000011 0 11101010 10001 1100100 0 1000 100100010 1100100 101110

Color Harmonies of #C300EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300EA

Black with #C300EA

Text Example


Text Example

White with #C300EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300EA; }

 p { color: rgb(195,0,234); }

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

background-color css

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

 a { background-color: rgb(195,0,234); }

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

border-color css

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

 span { border-color: rgb(195,0,234); }

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