Html Css Color HEX #C47CDE Wisteria

📋 copy color: '#C47CDE'

red 196 ◦ green 124 ◦ blue 222

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

Shades of Wisteria #C47CDE

Tints of Wisteria #C47CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.88%

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 36.16%
G = 22.88%
B = 40.96%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C47CDE (or 0xC47CDE) is known color: Wisteria. HEX triplet: C4, 7C and DE. RGB value is (196,124,222). Sum of RGB (Red+Green+Blue) = 196+124+222=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #C47CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CDE is #3B8321. Grayscale: #9C9C9C. Windows color (decimal): -3900194 or 14580932. OLE color: 14580932.

HSL color Cylindrical-coordinate representation of color #C47CDE: hue angle of 284.08º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C47CDE is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 124 222 -
CMYK 0.12 0.44 0 0.13
HSL 284.08º 0.6% 0.68% -
HSV(B) 284.08º 0.44% 0.87% -
XYZ 43.16 31.42 72.9 -
YUV 156.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 196 124 222 0.12 0.44 0 0.13 284.08 0.6 0.68
Hex C4 7C DE C 2C 0 D 11C 3C 44
Octal 304 174 336 14 54 0 15 434 74 104
Binary 11000100 1111100 11011110 1100 101100 0 1101 100011100 111100 1000100

Color Harmonies of #C47CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CDE

Black with #C47CDE

Text Example


Text Example

White with #C47CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CDE; }

 p { color: rgb(196,124,222); }

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

background-color css

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

 a { background-color: rgb(196,124,222); }

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

border-color css

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

 span { border-color: rgb(196,124,222); }

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