Html Css Color HEX #C49CD2 Wisteria

📋 copy color: '#C49CD2'

red 196 ◦ green 156 ◦ blue 210

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

Shades of Wisteria #C49CD2

Tints of Wisteria #C49CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.37%

R = 34.88%
G = 27.76%
B = 37.37%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C49CD2 (or 0xC49CD2) is known color: Wisteria. HEX triplet: C4, 9C and D2. RGB value is (196,156,210). Sum of RGB (Red+Green+Blue) = 196+156+210=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 210 - color contains mainly: blue. Hex color #C49CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CD2 is #3B632D. Grayscale: #ADADAD. Windows color (decimal): -3892014 or 13802692. OLE color: 13802692.

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

Color convert

RGB 196 156 210 -
CMYK 0.07 0.26 0 0.18
HSL 284.44º 0.38% 0.72% -
HSV(B) 284.44º 0.26% 0.82% -
XYZ 46.29 40.17 66.29 -
YUV 174.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 196 156 210 0.07 0.26 0 0.18 284.44 0.38 0.72
Hex C4 9C D2 7 1A 0 12 11C 26 48
Octal 304 234 322 7 32 0 22 434 46 110
Binary 11000100 10011100 11010010 111 11010 0 10010 100011100 100110 1001000

Color Harmonies of #C49CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49CD2

Black with #C49CD2

Text Example


Text Example

White with #C49CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49CD2; }

 p { color: rgb(196,156,210); }

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

background-color css

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

 a { background-color: rgb(196,156,210); }

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

border-color css

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

 span { border-color: rgb(196,156,210); }

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