Html Css Color HEX #C47DE1 Wisteria

📋 copy color: '#C47DE1'

red 196 ◦ green 125 ◦ blue 225

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

Shades of Wisteria #C47DE1

Tints of Wisteria #C47DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.21%

R = 35.9%
G = 22.89%
B = 41.21%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C47DE1 (or 0xC47DE1) is known color: Wisteria. HEX triplet: C4, 7D and E1. RGB value is (196,125,225). Sum of RGB (Red+Green+Blue) = 196+125+225=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #C47DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DE1 is #3B821E. Grayscale: #9D9D9D. Windows color (decimal): -3899935 or 14777796. OLE color: 14777796.

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

Color convert

RGB 196 125 225 -
CMYK 0.13 0.44 0 0.12
HSL 282.6º 0.63% 0.69% -
HSV(B) 282.6º 0.44% 0.88% -
XYZ 43.69 31.84 75.08 -
YUV 157.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 196 125 225 0.13 0.44 0 0.12 282.6 0.63 0.69
Hex C4 7D E1 D 2C 0 C 11B 3E 45
Octal 304 175 341 15 54 0 14 433 76 105
Binary 11000100 1111101 11100001 1101 101100 0 1100 100011011 111110 1000101

Color Harmonies of #C47DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DE1

Black with #C47DE1

Text Example


Text Example

White with #C47DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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