Html Css Color HEX #C47DDC Wisteria

📋 copy color: '#C47DDC'

red 196 ◦ green 125 ◦ blue 220

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

Shades of Wisteria #C47DDC

Tints of Wisteria #C47DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.11%

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 36.23%
G = 23.11%
B = 40.67%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C47DDC (or 0xC47DDC) is known color: Wisteria. HEX triplet: C4, 7D and DC. RGB value is (196,125,220). Sum of RGB (Red+Green+Blue) = 196+125+220=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #C47DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DDC is #3B8223. Grayscale: #9C9C9C. Windows color (decimal): -3899940 or 14450116. OLE color: 14450116.

HSL color Cylindrical-coordinate representation of color #C47DDC: hue angle of 284.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47DDC is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 125 220 -
CMYK 0.11 0.43 0 0.14
HSL 284.84º 0.58% 0.68% -
HSV(B) 284.84º 0.43% 0.86% -
XYZ 43.02 31.57 71.54 -
YUV 157.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 196 125 220 0.11 0.43 0 0.14 284.84 0.58 0.68
Hex C4 7D DC B 2B 0 E 11D 3A 44
Octal 304 175 334 13 53 0 16 435 72 104
Binary 11000100 1111101 11011100 1011 101011 0 1110 100011101 111010 1000100

Color Harmonies of #C47DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DDC

Black with #C47DDC

Text Example


Text Example

White with #C47DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DDC; }

 p { color: rgb(196,125,220); }

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

background-color css

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

 a { background-color: rgb(196,125,220); }

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

border-color css

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

 span { border-color: rgb(196,125,220); }

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