Html Css Color HEX #C07EE2 Wisteria

📋 copy color: '#C07EE2'

red 192 ◦ green 126 ◦ blue 226

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

Shades of Wisteria #C07EE2

Tints of Wisteria #C07EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.54%

R = 35.29%
G = 23.16%
B = 41.54%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C07EE2 (or 0xC07EE2) is known color: Wisteria. HEX triplet: C0, 7E and E2. RGB value is (192,126,226). Sum of RGB (Red+Green+Blue) = 192+126+226=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 226 - color contains mainly: blue. Hex color #C07EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EE2 is #3F811D. Grayscale: #9C9C9C. Windows color (decimal): -4161822 or 14843584. OLE color: 14843584.

HSL color Cylindrical-coordinate representation of color #C07EE2: hue angle of 279.6º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C07EE2 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 126 226 -
CMYK 0.15 0.44 0 0.11
HSL 279.6º 0.63% 0.69% -
HSV(B) 279.6º 0.44% 0.89% -
XYZ 42.93 31.62 75.79 -
YUV 157.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 192 126 226 0.15 0.44 0 0.11 279.6 0.63 0.69
Hex C0 7E E2 F 2C 0 B 118 3F 45
Octal 300 176 342 17 54 0 13 430 77 105
Binary 11000000 1111110 11100010 1111 101100 0 1011 100011000 111111 1000101

Color Harmonies of #C07EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EE2

Black with #C07EE2

Text Example


Text Example

White with #C07EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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