Html Css Color HEX #C07EE0 Wisteria

📋 copy color: '#C07EE0'

red 192 ◦ green 126 ◦ blue 224

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

Shades of Wisteria #C07EE0

Tints of Wisteria #C07EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 35.42%
G = 23.25%
B = 41.33%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C07EE0 (or 0xC07EE0) is known color: Wisteria. HEX triplet: C0, 7E and E0. RGB value is (192,126,224). Sum of RGB (Red+Green+Blue) = 192+126+224=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #C07EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EE0 is #3F811F. Grayscale: #9C9C9C. Windows color (decimal): -4161824 or 14712512. OLE color: 14712512.

HSL color Cylindrical-coordinate representation of color #C07EE0: hue angle of 280.41º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C07EE0 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 126 224 -
CMYK 0.14 0.44 0 0.12
HSL 280.41º 0.61% 0.69% -
HSV(B) 280.41º 0.44% 0.88% -
XYZ 42.65 31.51 74.35 -
YUV 156.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 192 126 224 0.14 0.44 0 0.12 280.41 0.61 0.69
Hex C0 7E E0 E 2C 0 C 118 3D 45
Octal 300 176 340 16 54 0 14 430 75 105
Binary 11000000 1111110 11100000 1110 101100 0 1100 100011000 111101 1000101

Color Harmonies of #C07EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EE0

Black with #C07EE0

Text Example


Text Example

White with #C07EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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