Html Css Color HEX #C09BD7 Wisteria

📋 copy color: '#C09BD7'

red 192 ◦ green 155 ◦ blue 215

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

Shades of Wisteria #C09BD7

Tints of Wisteria #C09BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.26%

R = 34.16%
G = 27.58%
B = 38.26%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C09BD7 (or 0xC09BD7) is known color: Wisteria. HEX triplet: C0, 9B and D7. RGB value is (192,155,215). Sum of RGB (Red+Green+Blue) = 192+155+215=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #C09BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BD7 is #3F6428. Grayscale: #ACACAC. Windows color (decimal): -4154409 or 14130112. OLE color: 14130112.

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

Color convert

RGB 192 155 215 -
CMYK 0.11 0.28 0 0.16
HSL 277º 0.43% 0.73% -
HSV(B) 277º 0.28% 0.84% -
XYZ 45.73 39.56 69.51 -
YUV 172.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 192 155 215 0.11 0.28 0 0.16 277 0.43 0.73
Hex C0 9B D7 B 1C 0 10 115 2B 49
Octal 300 233 327 13 34 0 20 425 53 111
Binary 11000000 10011011 11010111 1011 11100 0 10000 100010101 101011 1001001

Color Harmonies of #C09BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BD7

Black with #C09BD7

Text Example


Text Example

White with #C09BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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