Html Css Color HEX #C09ADD Wisteria

📋 copy color: '#C09ADD'

red 192 ◦ green 154 ◦ blue 221

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

Shades of Wisteria #C09ADD

Tints of Wisteria #C09ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.16%

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 33.86%
G = 27.16%
B = 38.98%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C09ADD (or 0xC09ADD) is known color: Wisteria. HEX triplet: C0, 9A and DD. RGB value is (192,154,221). Sum of RGB (Red+Green+Blue) = 192+154+221=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #C09ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ADD is #3F6522. Grayscale: #ACACAC. Windows color (decimal): -4154659 or 14523072. OLE color: 14523072.

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

Color convert

RGB 192 154 221 -
CMYK 0.13 0.30 0 0.13
HSL 274.03º 0.5% 0.74% -
HSV(B) 274.03º 0.3% 0.87% -
XYZ 46.34 39.54 73.6 -
YUV 173 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 192 154 221 0.13 0.30 0 0.13 274.03 0.5 0.74
Hex C0 9A DD D 1E 0 D 112 32 4A
Octal 300 232 335 15 36 0 15 422 62 112
Binary 11000000 10011010 11011101 1101 11110 0 1101 100010010 110010 1001010

Color Harmonies of #C09ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09ADD

Black with #C09ADD

Text Example


Text Example

White with #C09ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09ADD; }

 p { color: rgb(192,154,221); }

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

background-color css

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

 a { background-color: rgb(192,154,221); }

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

border-color css

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

 span { border-color: rgb(192,154,221); }

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