Html Css Color HEX #C09ACC Wisteria

📋 copy color: '#C09ACC'

red 192 ◦ green 154 ◦ blue 204

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

Shades of Wisteria #C09ACC

Tints of Wisteria #C09ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 34.91%
G = 28%
B = 37.09%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C09ACC (or 0xC09ACC) is known color: Wisteria. HEX triplet: C0, 9A and CC. RGB value is (192,154,204). Sum of RGB (Red+Green+Blue) = 192+154+204=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #C09ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ACC is #3F6533. Grayscale: #AAAAAA. Windows color (decimal): -4154676 or 13408960. OLE color: 13408960.

HSL color Cylindrical-coordinate representation of color #C09ACC: hue angle of 285.6º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09ACC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 154 204 -
CMYK 0.06 0.25 0 0.2
HSL 285.6º 0.33% 0.7% -
HSV(B) 285.6º 0.25% 0.8% -
XYZ 44.19 38.68 62.26 -
YUV 171.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 192 154 204 0.06 0.25 0 0.2 285.6 0.33 0.7
Hex C0 9A CC 6 19 0 14 11E 21 46
Octal 300 232 314 6 31 0 24 436 41 106
Binary 11000000 10011010 11001100 110 11001 0 10100 100011110 100001 1000110

Color Harmonies of #C09ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09ACC

Black with #C09ACC

Text Example


Text Example

White with #C09ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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