Html Css Color HEX #C300EB Electric Purple

📋 copy color: '#C300EB'

red 195 ◦ green 0 ◦ blue 235

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

Shades of Electric Purple #C300EB

Tints of Electric Purple #C300EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 45.35%
G = 0%
B = 54.65%

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

#C300EB (or 0xC300EB) is known color: Electric Purple. HEX triplet: C3, 00 and EB. RGB value is (195,0,235). Sum of RGB (Red+Green+Blue) = 195+0+235=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #C300EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C300EB is #3CFF14. Grayscale: #545454. Windows color (decimal): -3997461 or 15401155. OLE color: 15401155.

HSL color Cylindrical-coordinate representation of color #C300EB: hue angle of 289.79º 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 #C300EB is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 0 235 -
CMYK 0.17 1 0 0.08
HSL 289.79º 1% 0.46% -
HSV(B) 289.79º 1% 0.92% -
XYZ 37.5 17.6 80.02 -
YUV 85.1 212.6 206.39 -
System Red Green Blue C M Y K H S L
Decimal 195 0 235 0.17 1 0 0.08 289.79 1 0.46
Hex C3 0 EB 11 64 0 8 122 64 2E
Octal 303 0 353 21 144 0 10 442 144 56
Binary 11000011 0 11101011 10001 1100100 0 1000 100100010 1100100 101110

Color Harmonies of #C300EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300EB

Black with #C300EB

Text Example


Text Example

White with #C300EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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