Html Css Color HEX #C925EB Electric Purple

📋 copy color: '#C925EB'

red 201 ◦ green 37 ◦ blue 235

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

Shades of Electric Purple #C925EB

Tints of Electric Purple #C925EB

RGB

 RED value IS 201 (78.91% from 255) = 42.49%

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

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

R = 42.49%
G = 7.82%
B = 49.68%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C925EB (or 0xC925EB) is known color: Electric Purple. HEX triplet: C9, 25 and EB. RGB value is (201,37,235). Sum of RGB (Red+Green+Blue) = 201+37+235=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #C925EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C925EB is #36DA14. Grayscale: #6B6B6B. Windows color (decimal): -3594773 or 15410633. OLE color: 15410633.

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

Color convert

RGB 201 37 235 -
CMYK 0.14 0.84 0 0.08
HSL 289.7º 0.83% 0.53% -
HSV(B) 289.7º 0.84% 0.92% -
XYZ 39.74 19.74 80.31 -
YUV 108.61 199.33 193.9 -
System Red Green Blue C M Y K H S L
Decimal 201 37 235 0.14 0.84 0 0.08 289.7 0.83 0.53
Hex C9 25 EB E 54 0 8 122 53 35
Octal 311 45 353 16 124 0 10 442 123 65
Binary 11001001 100101 11101011 1110 1010100 0 1000 100100010 1010011 110101

Color Harmonies of #C925EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925EB

Black with #C925EB

Text Example


Text Example

White with #C925EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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