Html Css Color HEX #C08AD9 Wisteria

📋 copy color: '#C08AD9'

red 192 ◦ green 138 ◦ blue 217

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

Shades of Wisteria #C08AD9

Tints of Wisteria #C08AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.23%

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

R = 35.1%
G = 25.23%
B = 39.67%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C08AD9 (or 0xC08AD9) is known color: Wisteria. HEX triplet: C0, 8A and D9. RGB value is (192,138,217). Sum of RGB (Red+Green+Blue) = 192+138+217=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #C08AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08AD9 is #3F7526. Grayscale: #A2A2A2. Windows color (decimal): -4158759 or 14256832. OLE color: 14256832.

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

Color convert

RGB 192 138 217 -
CMYK 0.12 0.36 0 0.15
HSL 281.01º 0.51% 0.7% -
HSV(B) 281.01º 0.36% 0.85% -
XYZ 43.35 34.39 70 -
YUV 163.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 192 138 217 0.12 0.36 0 0.15 281.01 0.51 0.7
Hex C0 8A D9 C 24 0 F 119 33 46
Octal 300 212 331 14 44 0 17 431 63 106
Binary 11000000 10001010 11011001 1100 100100 0 1111 100011001 110011 1000110

Color Harmonies of #C08AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08AD9

Black with #C08AD9

Text Example


Text Example

White with #C08AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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