Html Css Color HEX #C49DD0 Wisteria

📋 copy color: '#C49DD0'

red 196 ◦ green 157 ◦ blue 208

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

Shades of Wisteria #C49DD0

Tints of Wisteria #C49DD0

RGB

 RED value IS 196 (76.95% from 255) = 34.94%

 GREEN value IS 157 (61.72% from 255) = 27.99%

 BLUE value IS 208 (81.64% from 255) = 37.08%

R = 34.94%
G = 27.99%
B = 37.08%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C49DD0 (or 0xC49DD0) is known color: Wisteria. HEX triplet: C4, 9D and D0. RGB value is (196,157,208). Sum of RGB (Red+Green+Blue) = 196+157+208=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #C49DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DD0 is #3B622F. Grayscale: #AEAEAE. Windows color (decimal): -3891760 or 13671876. OLE color: 13671876.

HSL color Cylindrical-coordinate representation of color #C49DD0: hue angle of 285.88º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C49DD0 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 157 208 -
CMYK 0.06 0.25 0 0.18
HSL 285.88º 0.35% 0.72% -
HSV(B) 285.88º 0.25% 0.82% -
XYZ 46.21 40.4 65.04 -
YUV 174.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 196 157 208 0.06 0.25 0 0.18 285.88 0.35 0.72
Hex C4 9D D0 6 19 0 12 11E 23 48
Octal 304 235 320 6 31 0 22 436 43 110
Binary 11000100 10011101 11010000 110 11001 0 10010 100011110 100011 1001000

Color Harmonies of #C49DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49DD0

Black with #C49DD0

Text Example


Text Example

White with #C49DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49DD0; }

 p { color: rgb(196,157,208); }

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

background-color css

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

 a { background-color: rgb(196,157,208); }

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

border-color css

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

 span { border-color: rgb(196,157,208); }

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