Html Css Color HEX #C19ACD Wisteria

📋 copy color: '#C19ACD'

red 193 ◦ green 154 ◦ blue 205

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

Shades of Wisteria #C19ACD

Tints of Wisteria #C19ACD

RGB

 RED value IS 193 (75.78% from 255) = 34.96%

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

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 34.96%
G = 27.9%
B = 37.14%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C19ACD (or 0xC19ACD) is known color: Wisteria. HEX triplet: C1, 9A and CD. RGB value is (193,154,205). Sum of RGB (Red+Green+Blue) = 193+154+205=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #C19ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ACD is #3E6532. Grayscale: #ABABAB. Windows color (decimal): -4089139 or 13474497. OLE color: 13474497.

HSL color Cylindrical-coordinate representation of color #C19ACD: hue angle of 285.88º degrees, saturation: 0.34, 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 #C19ACD is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 154 205 -
CMYK 0.06 0.25 0 0.20
HSL 285.88º 0.34% 0.7% -
HSV(B) 285.88º 0.25% 0.8% -
XYZ 44.57 38.86 62.91 -
YUV 171.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 193 154 205 0.06 0.25 0 0.20 285.88 0.34 0.7
Hex C1 9A CD 6 19 0 14 11E 22 46
Octal 301 232 315 6 31 0 24 436 42 106
Binary 11000001 10011010 11001101 110 11001 0 10100 100011110 100010 1000110

Color Harmonies of #C19ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19ACD

Black with #C19ACD

Text Example


Text Example

White with #C19ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19ACD; }

 p { color: rgb(193,154,205); }

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

background-color css

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

 a { background-color: rgb(193,154,205); }

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

border-color css

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

 span { border-color: rgb(193,154,205); }

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