Html Css Color HEX #C08DD9 Wisteria

📋 copy color: '#C08DD9'

red 192 ◦ green 141 ◦ blue 217

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

Shades of Wisteria #C08DD9

Tints of Wisteria #C08DD9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.64%

 BLUE value IS 217 (85.16% from 255) = 39.45%

R = 34.91%
G = 25.64%
B = 39.45%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C08DD9 (or 0xC08DD9) is known color: Wisteria. HEX triplet: C0, 8D and D9. RGB value is (192,141,217). Sum of RGB (Red+Green+Blue) = 192+141+217=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #C08DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DD9 is #3F7226. Grayscale: #A4A4A4. Windows color (decimal): -4157991 or 14257600. OLE color: 14257600.

HSL color Cylindrical-coordinate representation of color #C08DD9: hue angle of 280.26º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C08DD9 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 141 217 -
CMYK 0.12 0.35 0 0.15
HSL 280.26º 0.5% 0.7% -
HSV(B) 280.26º 0.35% 0.85% -
XYZ 43.79 35.27 70.14 -
YUV 164.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 192 141 217 0.12 0.35 0 0.15 280.26 0.5 0.7
Hex C0 8D D9 C 23 0 F 118 32 46
Octal 300 215 331 14 43 0 17 430 62 106
Binary 11000000 10001101 11011001 1100 100011 0 1111 100011000 110010 1000110

Color Harmonies of #C08DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DD9

Black with #C08DD9

Text Example


Text Example

White with #C08DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DD9; }

 p { color: rgb(192,141,217); }

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

background-color css

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

 a { background-color: rgb(192,141,217); }

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

border-color css

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

 span { border-color: rgb(192,141,217); }

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