Html Css Color HEX #C09DD5 Wisteria

📋 copy color: '#C09DD5'

red 192 ◦ green 157 ◦ blue 213

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

Shades of Wisteria #C09DD5

Tints of Wisteria #C09DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.9%

R = 34.16%
G = 27.94%
B = 37.9%

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

#C09DD5 (or 0xC09DD5) is known color: Wisteria. HEX triplet: C0, 9D and D5. RGB value is (192,157,213). Sum of RGB (Red+Green+Blue) = 192+157+213=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #C09DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DD5 is #3F622A. Grayscale: #ADADAD. Windows color (decimal): -4153899 or 13999552. OLE color: 13999552.

HSL color Cylindrical-coordinate representation of color #C09DD5: hue angle of 277.5º 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 #C09DD5 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 157 213 -
CMYK 0.10 0.26 0 0.16
HSL 277.5º 0.4% 0.73% -
HSV(B) 277.5º 0.26% 0.84% -
XYZ 45.81 40.12 68.28 -
YUV 173.85 150.1 140.95 -
System Red Green Blue C M Y K H S L
Decimal 192 157 213 0.10 0.26 0 0.16 277.5 0.4 0.73
Hex C0 9D D5 A 1A 0 10 116 28 49
Octal 300 235 325 12 32 0 20 426 50 111
Binary 11000000 10011101 11010101 1010 11010 0 10000 100010110 101000 1001001

Color Harmonies of #C09DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09DD5

Black with #C09DD5

Text Example


Text Example

White with #C09DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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