Html Css Color HEX #C09BDC Wisteria

📋 copy color: '#C09BDC'

red 192 ◦ green 155 ◦ blue 220

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

Shades of Wisteria #C09BDC

Tints of Wisteria #C09BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 33.86%
G = 27.34%
B = 38.8%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C09BDC (or 0xC09BDC) is known color: Wisteria. HEX triplet: C0, 9B and DC. RGB value is (192,155,220). Sum of RGB (Red+Green+Blue) = 192+155+220=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #C09BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BDC is #3F6423. Grayscale: #ADADAD. Windows color (decimal): -4154404 or 14457792. OLE color: 14457792.

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

Color convert

RGB 192 155 220 -
CMYK 0.13 0.30 0 0.14
HSL 274.15º 0.48% 0.74% -
HSV(B) 274.15º 0.3% 0.86% -
XYZ 46.38 39.82 72.95 -
YUV 173.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 192 155 220 0.13 0.30 0 0.14 274.15 0.48 0.74
Hex C0 9B DC D 1E 0 E 112 30 4A
Octal 300 233 334 15 36 0 16 422 60 112
Binary 11000000 10011011 11011100 1101 11110 0 1110 100010010 110000 1001010

Color Harmonies of #C09BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BDC

Black with #C09BDC

Text Example


Text Example

White with #C09BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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