Html Css Color HEX #C09CDA Wisteria

📋 copy color: '#C09CDA'

red 192 ◦ green 156 ◦ blue 218

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

Shades of Wisteria #C09CDA

Tints of Wisteria #C09CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.56%

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 33.92%
G = 27.56%
B = 38.52%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C09CDA (or 0xC09CDA) is known color: Wisteria. HEX triplet: C0, 9C and DA. RGB value is (192,156,218). Sum of RGB (Red+Green+Blue) = 192+156+218=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #C09CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CDA is #3F6325. Grayscale: #ADADAD. Windows color (decimal): -4154150 or 14326976. OLE color: 14326976.

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

Color convert

RGB 192 156 218 -
CMYK 0.12 0.28 0 0.15
HSL 274.84º 0.46% 0.73% -
HSV(B) 274.84º 0.28% 0.85% -
XYZ 46.28 40.05 71.62 -
YUV 173.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 192 156 218 0.12 0.28 0 0.15 274.84 0.46 0.73
Hex C0 9C DA C 1C 0 F 113 2E 49
Octal 300 234 332 14 34 0 17 423 56 111
Binary 11000000 10011100 11011010 1100 11100 0 1111 100010011 101110 1001001

Color Harmonies of #C09CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09CDA

Black with #C09CDA

Text Example


Text Example

White with #C09CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09CDA; }

 p { color: rgb(192,156,218); }

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

background-color css

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

 a { background-color: rgb(192,156,218); }

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

border-color css

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

 span { border-color: rgb(192,156,218); }

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