Html Css Color HEX #C07AE0 Wisteria

📋 copy color: '#C07AE0'

red 192 ◦ green 122 ◦ blue 224

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

Shades of Wisteria #C07AE0

Tints of Wisteria #C07AE0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.68%

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

R = 35.69%
G = 22.68%
B = 41.64%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C07AE0 (or 0xC07AE0) is known color: Wisteria. HEX triplet: C0, 7A and E0. RGB value is (192,122,224). Sum of RGB (Red+Green+Blue) = 192+122+224=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #C07AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AE0 is #3F851F. Grayscale: #9A9A9A. Windows color (decimal): -4162848 or 14711488. OLE color: 14711488.

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

Color convert

RGB 192 122 224 -
CMYK 0.14 0.46 0 0.12
HSL 281.18º 0.62% 0.68% -
HSV(B) 281.18º 0.46% 0.88% -
XYZ 42.15 30.51 74.19 -
YUV 154.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 192 122 224 0.14 0.46 0 0.12 281.18 0.62 0.68
Hex C0 7A E0 E 2E 0 C 119 3E 44
Octal 300 172 340 16 56 0 14 431 76 104
Binary 11000000 1111010 11100000 1110 101110 0 1100 100011001 111110 1000100

Color Harmonies of #C07AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AE0

Black with #C07AE0

Text Example


Text Example

White with #C07AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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