Html Css Color HEX #C09FD6 Wisteria

📋 copy color: '#C09FD6'

red 192 ◦ green 159 ◦ blue 214

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

Shades of Wisteria #C09FD6

Tints of Wisteria #C09FD6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.14%

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

R = 33.98%
G = 28.14%
B = 37.88%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C09FD6 (or 0xC09FD6) is known color: Wisteria. HEX triplet: C0, 9F and D6. RGB value is (192,159,214). Sum of RGB (Red+Green+Blue) = 192+159+214=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #C09FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FD6 is #3F6029. Grayscale: #AEAEAE. Windows color (decimal): -4153386 or 14065600. OLE color: 14065600.

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

Color convert

RGB 192 159 214 -
CMYK 0.10 0.26 0 0.16
HSL 276º 0.4% 0.73% -
HSV(B) 276º 0.26% 0.84% -
XYZ 46.27 40.86 69.07 -
YUV 175.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 192 159 214 0.10 0.26 0 0.16 276 0.4 0.73
Hex C0 9F D6 A 1A 0 10 114 28 49
Octal 300 237 326 12 32 0 20 424 50 111
Binary 11000000 10011111 11010110 1010 11010 0 10000 100010100 101000 1001001

Color Harmonies of #C09FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09FD6

Black with #C09FD6

Text Example


Text Example

White with #C09FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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