Html Css Color HEX #C225EB Electric Purple

📋 copy color: '#C225EB'

red 194 ◦ green 37 ◦ blue 235

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

Shades of Electric Purple #C225EB

Tints of Electric Purple #C225EB

RGB

 RED value IS 194 (76.17% from 255) = 41.63%

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

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

R = 41.63%
G = 7.94%
B = 50.43%

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

#C225EB (or 0xC225EB) is known color: Electric Purple. HEX triplet: C2, 25 and EB. RGB value is (194,37,235). Sum of RGB (Red+Green+Blue) = 194+37+235=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #C225EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C225EB is #3DDA14. Grayscale: #696969. Windows color (decimal): -4053525 or 15410626. OLE color: 15410626.

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

Color convert

RGB 194 37 235 -
CMYK 0.17 0.84 0 0.08
HSL 287.58º 0.83% 0.53% -
HSV(B) 287.58º 0.84% 0.92% -
XYZ 37.91 18.79 80.23 -
YUV 106.52 200.51 190.4 -
System Red Green Blue C M Y K H S L
Decimal 194 37 235 0.17 0.84 0 0.08 287.58 0.83 0.53
Hex C2 25 EB 11 54 0 8 120 53 35
Octal 302 45 353 21 124 0 10 440 123 65
Binary 11000010 100101 11101011 10001 1010100 0 1000 100100000 1010011 110101

Color Harmonies of #C225EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C225EB

Black with #C225EB

Text Example


Text Example

White with #C225EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C225EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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