Html Css Color HEX #C09ADF Wisteria

📋 copy color: '#C09ADF'

red 192 ◦ green 154 ◦ blue 223

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

Shades of Wisteria #C09ADF

Tints of Wisteria #C09ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 33.74%
G = 27.07%
B = 39.19%

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

#C09ADF (or 0xC09ADF) is known color: Wisteria. HEX triplet: C0, 9A and DF. RGB value is (192,154,223). Sum of RGB (Red+Green+Blue) = 192+154+223=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #C09ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ADF is #3F6520. Grayscale: #ACACAC. Windows color (decimal): -4154657 or 14654144. OLE color: 14654144.

HSL color Cylindrical-coordinate representation of color #C09ADF: hue angle of 273.04º degrees, saturation: 0.52, 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 #C09ADF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 154 223 -
CMYK 0.14 0.31 0 0.13
HSL 273.04º 0.52% 0.74% -
HSV(B) 273.04º 0.31% 0.87% -
XYZ 46.61 39.65 75.01 -
YUV 173.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 192 154 223 0.14 0.31 0 0.13 273.04 0.52 0.74
Hex C0 9A DF E 1F 0 D 111 34 4A
Octal 300 232 337 16 37 0 15 421 64 112
Binary 11000000 10011010 11011111 1110 11111 0 1101 100010001 110100 1001010

Color Harmonies of #C09ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09ADF

Black with #C09ADF

Text Example


Text Example

White with #C09ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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