Html Css Color HEX #C07EE5 Wisteria

📋 copy color: '#C07EE5'

red 192 ◦ green 126 ◦ blue 229

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

Shades of Wisteria #C07EE5

Tints of Wisteria #C07EE5

RGB

 RED value IS 192 (75.39% from 255) = 35.1%

 GREEN value IS 126 (49.61% from 255) = 23.03%

 BLUE value IS 229 (89.84% from 255) = 41.86%

R = 35.1%
G = 23.03%
B = 41.86%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C07EE5 (or 0xC07EE5) is known color: Wisteria. HEX triplet: C0, 7E and E5. RGB value is (192,126,229). Sum of RGB (Red+Green+Blue) = 192+126+229=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #C07EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EE5 is #3F811A. Grayscale: #9D9D9D. Windows color (decimal): -4161819 or 15040192. OLE color: 15040192.

HSL color Cylindrical-coordinate representation of color #C07EE5: hue angle of 278.45º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C07EE5 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 126 229 -
CMYK 0.16 0.45 0 0.10
HSL 278.45º 0.66% 0.7% -
HSV(B) 278.45º 0.45% 0.9% -
XYZ 43.34 31.79 77.98 -
YUV 157.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 192 126 229 0.16 0.45 0 0.10 278.45 0.66 0.7
Hex C0 7E E5 10 2D 0 A 116 42 46
Octal 300 176 345 20 55 0 12 426 102 106
Binary 11000000 1111110 11100101 10000 101101 0 1010 100010110 1000010 1000110

Color Harmonies of #C07EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EE5

Black with #C07EE5

Text Example


Text Example

White with #C07EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EE5; }

 p { color: rgb(192,126,229); }

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

background-color css

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

 a { background-color: rgb(192,126,229); }

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

border-color css

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

 span { border-color: rgb(192,126,229); }

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