Html Css Color HEX #C325EB Electric Purple

📋 copy color: '#C325EB'

red 195 ◦ green 37 ◦ blue 235

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

Shades of Electric Purple #C325EB

Tints of Electric Purple #C325EB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.92%

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

R = 41.76%
G = 7.92%
B = 50.32%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C325EB (or 0xC325EB) is known color: Electric Purple. HEX triplet: C3, 25 and EB. RGB value is (195,37,235). Sum of RGB (Red+Green+Blue) = 195+37+235=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #C325EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C325EB is #3CDA14. Grayscale: #6A6A6A. Windows color (decimal): -3987989 or 15410627. OLE color: 15410627.

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

Color convert

RGB 195 37 235 -
CMYK 0.17 0.84 0 0.08
HSL 287.88º 0.83% 0.53% -
HSV(B) 287.88º 0.84% 0.92% -
XYZ 38.16 18.92 80.24 -
YUV 106.81 200.35 190.9 -
System Red Green Blue C M Y K H S L
Decimal 195 37 235 0.17 0.84 0 0.08 287.88 0.83 0.53
Hex C3 25 EB 11 54 0 8 120 53 35
Octal 303 45 353 21 124 0 10 440 123 65
Binary 11000011 100101 11101011 10001 1010100 0 1000 100100000 1010011 110101

Color Harmonies of #C325EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325EB

Black with #C325EB

Text Example


Text Example

White with #C325EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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