Html Css Color HEX #C09DD9 Wisteria

📋 copy color: '#C09DD9'

red 192 ◦ green 157 ◦ blue 217

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

Shades of Wisteria #C09DD9

Tints of Wisteria #C09DD9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.74%

 BLUE value IS 217 (85.16% from 255) = 38.34%

R = 33.92%
G = 27.74%
B = 38.34%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C09DD9 (or 0xC09DD9) is known color: Wisteria. HEX triplet: C0, 9D and D9. RGB value is (192,157,217). Sum of RGB (Red+Green+Blue) = 192+157+217=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #C09DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DD9 is #3F6226. Grayscale: #AEAEAE. Windows color (decimal): -4153895 or 14261696. OLE color: 14261696.

HSL color Cylindrical-coordinate representation of color #C09DD9: hue angle of 275º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C09DD9 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 157 217 -
CMYK 0.12 0.28 0 0.15
HSL 275º 0.44% 0.73% -
HSV(B) 275º 0.28% 0.85% -
XYZ 46.32 40.33 70.99 -
YUV 174.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 192 157 217 0.12 0.28 0 0.15 275 0.44 0.73
Hex C0 9D D9 C 1C 0 F 113 2C 49
Octal 300 235 331 14 34 0 17 423 54 111
Binary 11000000 10011101 11011001 1100 11100 0 1111 100010011 101100 1001001

Color Harmonies of #C09DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09DD9

Black with #C09DD9

Text Example


Text Example

White with #C09DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09DD9; }

 p { color: rgb(192,157,217); }

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

background-color css

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

 a { background-color: rgb(192,157,217); }

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

border-color css

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

 span { border-color: rgb(192,157,217); }

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