Html Css Color HEX #C09BDD Wisteria

📋 copy color: '#C09BDD'

red 192 ◦ green 155 ◦ blue 221

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

Shades of Wisteria #C09BDD

Tints of Wisteria #C09BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 33.8%
G = 27.29%
B = 38.91%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C09BDD (or 0xC09BDD) is known color: Wisteria. HEX triplet: C0, 9B and DD. RGB value is (192,155,221). Sum of RGB (Red+Green+Blue) = 192+155+221=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #C09BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BDD is #3F6422. Grayscale: #ADADAD. Windows color (decimal): -4154403 or 14523328. OLE color: 14523328.

HSL color Cylindrical-coordinate representation of color #C09BDD: hue angle of 273.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09BDD is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 155 221 -
CMYK 0.13 0.30 0 0.13
HSL 273.64º 0.49% 0.74% -
HSV(B) 273.64º 0.3% 0.87% -
XYZ 46.51 39.87 73.65 -
YUV 173.59 154.76 141.13 -
System Red Green Blue C M Y K H S L
Decimal 192 155 221 0.13 0.30 0 0.13 273.64 0.49 0.74
Hex C0 9B DD D 1E 0 D 112 31 4A
Octal 300 233 335 15 36 0 15 422 61 112
Binary 11000000 10011011 11011101 1101 11110 0 1101 100010010 110001 1001010

Color Harmonies of #C09BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BDD

Black with #C09BDD

Text Example


Text Example

White with #C09BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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