Html Css Color HEX #C09BD1 Wisteria

📋 copy color: '#C09BD1'

red 192 ◦ green 155 ◦ blue 209

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

Shades of Wisteria #C09BD1

Tints of Wisteria #C09BD1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.88%

 BLUE value IS 209 (82.03% from 255) = 37.59%

R = 34.53%
G = 27.88%
B = 37.59%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C09BD1 (or 0xC09BD1) is known color: Wisteria. HEX triplet: C0, 9B and D1. RGB value is (192,155,209). Sum of RGB (Red+Green+Blue) = 192+155+209=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #C09BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BD1 is #3F642E. Grayscale: #ACACAC. Windows color (decimal): -4154415 or 13736896. OLE color: 13736896.

HSL color Cylindrical-coordinate representation of color #C09BD1: hue angle of 281.11º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C09BD1 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 155 209 -
CMYK 0.08 0.26 0 0.18
HSL 281.11º 0.37% 0.71% -
HSV(B) 281.11º 0.26% 0.82% -
XYZ 44.97 39.25 65.53 -
YUV 172.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 192 155 209 0.08 0.26 0 0.18 281.11 0.37 0.71
Hex C0 9B D1 8 1A 0 12 119 25 47
Octal 300 233 321 10 32 0 22 431 45 107
Binary 11000000 10011011 11010001 1000 11010 0 10010 100011001 100101 1000111

Color Harmonies of #C09BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BD1

Black with #C09BD1

Text Example


Text Example

White with #C09BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BD1; }

 p { color: rgb(192,155,209); }

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

background-color css

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

 a { background-color: rgb(192,155,209); }

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

border-color css

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

 span { border-color: rgb(192,155,209); }

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