Html Css Color HEX #C09DD2 Wisteria

📋 copy color: '#C09DD2'

red 192 ◦ green 157 ◦ blue 210

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

Shades of Wisteria #C09DD2

Tints of Wisteria #C09DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.09%

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

R = 34.35%
G = 28.09%
B = 37.57%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C09DD2 (or 0xC09DD2) is known color: Wisteria. HEX triplet: C0, 9D and D2. RGB value is (192,157,210). Sum of RGB (Red+Green+Blue) = 192+157+210=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #C09DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DD2 is #3F622D. Grayscale: #ADADAD. Windows color (decimal): -4153902 or 13802944. OLE color: 13802944.

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

Color convert

RGB 192 157 210 -
CMYK 0.09 0.25 0 0.18
HSL 279.62º 0.37% 0.72% -
HSV(B) 279.62º 0.25% 0.82% -
XYZ 45.43 39.97 66.29 -
YUV 173.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 192 157 210 0.09 0.25 0 0.18 279.62 0.37 0.72
Hex C0 9D D2 9 19 0 12 118 25 48
Octal 300 235 322 11 31 0 22 430 45 110
Binary 11000000 10011101 11010010 1001 11001 0 10010 100011000 100101 1001000

Color Harmonies of #C09DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09DD2

Black with #C09DD2

Text Example


Text Example

White with #C09DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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