Html Css Color HEX #C09BD2 Wisteria

📋 copy color: '#C09BD2'

red 192 ◦ green 155 ◦ blue 210

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

Shades of Wisteria #C09BD2

Tints of Wisteria #C09BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.7%

R = 34.47%
G = 27.83%
B = 37.7%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C09BD2 (or 0xC09BD2) is known color: Wisteria. HEX triplet: C0, 9B and D2. RGB value is (192,155,210). Sum of RGB (Red+Green+Blue) = 192+155+210=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 210 - color contains mainly: blue. Hex color #C09BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BD2 is #3F642D. Grayscale: #ACACAC. Windows color (decimal): -4154414 or 13802432. OLE color: 13802432.

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

Color convert

RGB 192 155 210 -
CMYK 0.09 0.26 0 0.18
HSL 280.36º 0.38% 0.72% -
HSV(B) 280.36º 0.26% 0.82% -
XYZ 45.09 39.3 66.18 -
YUV 172.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 192 155 210 0.09 0.26 0 0.18 280.36 0.38 0.72
Hex C0 9B D2 9 1A 0 12 118 26 48
Octal 300 233 322 11 32 0 22 430 46 110
Binary 11000000 10011011 11010010 1001 11010 0 10010 100011000 100110 1001000

Color Harmonies of #C09BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BD2

Black with #C09BD2

Text Example


Text Example

White with #C09BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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