Html Css Color HEX #C07ED6 Wisteria

📋 copy color: '#C07ED6'

red 192 ◦ green 126 ◦ blue 214

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

Shades of Wisteria #C07ED6

Tints of Wisteria #C07ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.23%

R = 36.09%
G = 23.68%
B = 40.23%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C07ED6 (or 0xC07ED6) is known color: Wisteria. HEX triplet: C0, 7E and D6. RGB value is (192,126,214). Sum of RGB (Red+Green+Blue) = 192+126+214=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #C07ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ED6 is #3F8129. Grayscale: #9B9B9B. Windows color (decimal): -4161834 or 14057152. OLE color: 14057152.

HSL color Cylindrical-coordinate representation of color #C07ED6: hue angle of 285º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07ED6 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 126 214 -
CMYK 0.10 0.41 0 0.16
HSL 285º 0.52% 0.67% -
HSV(B) 285º 0.41% 0.84% -
XYZ 41.34 30.98 67.42 -
YUV 155.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 192 126 214 0.10 0.41 0 0.16 285 0.52 0.67
Hex C0 7E D6 A 29 0 10 11D 34 43
Octal 300 176 326 12 51 0 20 435 64 103
Binary 11000000 1111110 11010110 1010 101001 0 10000 100011101 110100 1000011

Color Harmonies of #C07ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07ED6

Black with #C07ED6

Text Example


Text Example

White with #C07ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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