Html Css Color HEX #C07EE6 Wisteria

📋 copy color: '#C07EE6'

red 192 ◦ green 126 ◦ blue 230

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

Shades of Wisteria #C07EE6

Tints of Wisteria #C07EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.97%

R = 35.04%
G = 22.99%
B = 41.97%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C07EE6 (or 0xC07EE6) is known color: Wisteria. HEX triplet: C0, 7E and E6. RGB value is (192,126,230). Sum of RGB (Red+Green+Blue) = 192+126+230=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #C07EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EE6 is #3F8119. Grayscale: #9D9D9D. Windows color (decimal): -4161818 or 15105728. OLE color: 15105728.

HSL color Cylindrical-coordinate representation of color #C07EE6: hue angle of 278.08º degrees, saturation: 0.68, 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 #C07EE6 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 126 230 -
CMYK 0.17 0.45 0 0.10
HSL 278.08º 0.68% 0.7% -
HSV(B) 278.08º 0.45% 0.9% -
XYZ 43.48 31.84 78.72 -
YUV 157.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 192 126 230 0.17 0.45 0 0.10 278.08 0.68 0.7
Hex C0 7E E6 11 2D 0 A 116 44 46
Octal 300 176 346 21 55 0 12 426 104 106
Binary 11000000 1111110 11100110 10001 101101 0 1010 100010110 1000100 1000110

Color Harmonies of #C07EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EE6

Black with #C07EE6

Text Example


Text Example

White with #C07EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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