Html Css Color HEX #C907EE Electric Purple

📋 copy color: '#C907EE'

red 201 ◦ green 7 ◦ blue 238

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

Shades of Electric Purple #C907EE

Tints of Electric Purple #C907EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 45.07%
G = 1.57%
B = 53.36%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C907EE (or 0xC907EE) is known color: Electric Purple. HEX triplet: C9, 07 and EE. RGB value is (201,7,238). Sum of RGB (Red+Green+Blue) = 201+7+238=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #C907EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C907EE is #36F811. Grayscale: #5A5A5A. Windows color (decimal): -3602450 or 15599561. OLE color: 15599561.

HSL color Cylindrical-coordinate representation of color #C907EE: hue angle of 290.39º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907EE is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 7 238 -
CMYK 0.16 0.97 0 0.07
HSL 290.39º 0.94% 0.48% -
HSV(B) 290.39º 0.97% 0.93% -
XYZ 39.6 18.74 82.42 -
YUV 91.34 210.77 206.22 -
System Red Green Blue C M Y K H S L
Decimal 201 7 238 0.16 0.97 0 0.07 290.39 0.94 0.48
Hex C9 7 EE 10 61 0 7 122 5E 30
Octal 311 7 356 20 141 0 7 442 136 60
Binary 11001001 111 11101110 10000 1100001 0 111 100100010 1011110 110000

Color Harmonies of #C907EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C907EE

Black with #C907EE

Text Example


Text Example

White with #C907EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C907EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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