Html Css Color HEX #C09ADE Wisteria

📋 copy color: '#C09ADE'

red 192 ◦ green 154 ◦ blue 222

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

Shades of Wisteria #C09ADE

Tints of Wisteria #C09ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 33.8%
G = 27.11%
B = 39.08%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C09ADE (or 0xC09ADE) is known color: Wisteria. HEX triplet: C0, 9A and DE. RGB value is (192,154,222). Sum of RGB (Red+Green+Blue) = 192+154+222=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #C09ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ADE is #3F6521. Grayscale: #ACACAC. Windows color (decimal): -4154658 or 14588608. OLE color: 14588608.

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

Color convert

RGB 192 154 222 -
CMYK 0.14 0.31 0 0.13
HSL 273.53º 0.51% 0.74% -
HSV(B) 273.53º 0.31% 0.87% -
XYZ 46.48 39.59 74.3 -
YUV 173.11 155.59 141.47 -
System Red Green Blue C M Y K H S L
Decimal 192 154 222 0.14 0.31 0 0.13 273.53 0.51 0.74
Hex C0 9A DE E 1F 0 D 112 33 4A
Octal 300 232 336 16 37 0 15 422 63 112
Binary 11000000 10011010 11011110 1110 11111 0 1101 100010010 110011 1001010

Color Harmonies of #C09ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09ADE

Black with #C09ADE

Text Example


Text Example

White with #C09ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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