Html Css Color HEX #C907EB Electric Purple

📋 copy color: '#C907EB'

red 201 ◦ green 7 ◦ blue 235

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

Shades of Electric Purple #C907EB

Tints of Electric Purple #C907EB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.58%

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

R = 45.37%
G = 1.58%
B = 53.05%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C907EB (or 0xC907EB) is known color: Electric Purple. HEX triplet: C9, 07 and EB. RGB value is (201,7,235). Sum of RGB (Red+Green+Blue) = 201+7+235=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #C907EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C907EB is #36F814. Grayscale: #5A5A5A. Windows color (decimal): -3602453 or 15402953. OLE color: 15402953.

HSL color Cylindrical-coordinate representation of color #C907EB: hue angle of 291.05º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907EB is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 7 235 -
CMYK 0.14 0.97 0 0.08
HSL 291.05º 0.94% 0.47% -
HSV(B) 291.05º 0.97% 0.92% -
XYZ 39.16 18.57 80.12 -
YUV 91 209.27 206.46 -
System Red Green Blue C M Y K H S L
Decimal 201 7 235 0.14 0.97 0 0.08 291.05 0.94 0.47
Hex C9 7 EB E 61 0 8 123 5E 2F
Octal 311 7 353 16 141 0 10 443 136 57
Binary 11001001 111 11101011 1110 1100001 0 1000 100100011 1011110 101111

Color Harmonies of #C907EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C907EB

Black with #C907EB

Text Example


Text Example

White with #C907EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C907EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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