Html Css Color HEX #C791D5 Wisteria

📋 copy color: '#C791D5'

red 199 ◦ green 145 ◦ blue 213

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

Shades of Wisteria #C791D5

Tints of Wisteria #C791D5

RGB

 RED value IS 199 (78.13% from 255) = 35.73%

 GREEN value IS 145 (57.03% from 255) = 26.03%

 BLUE value IS 213 (83.59% from 255) = 38.24%

R = 35.73%
G = 26.03%
B = 38.24%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C791D5 (or 0xC791D5) is known color: Wisteria. HEX triplet: C7, 91 and D5. RGB value is (199,145,213). Sum of RGB (Red+Green+Blue) = 199+145+213=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #C791D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C791D5 is #386E2A. Grayscale: #A8A8A8. Windows color (decimal): -3698219 or 13996487. OLE color: 13996487.

HSL color Cylindrical-coordinate representation of color #C791D5: hue angle of 287.65º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C791D5 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 145 213 -
CMYK 0.07 0.32 0 0.16
HSL 287.65º 0.45% 0.7% -
HSV(B) 287.65º 0.32% 0.84% -
XYZ 45.69 37.2 67.72 -
YUV 168.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 199 145 213 0.07 0.32 0 0.16 287.65 0.45 0.7
Hex C7 91 D5 7 20 0 10 120 2D 46
Octal 307 221 325 7 40 0 20 440 55 106
Binary 11000111 10010001 11010101 111 100000 0 10000 100100000 101101 1000110

Color Harmonies of #C791D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C791D5

Black with #C791D5

Text Example


Text Example

White with #C791D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C791D5; }

 p { color: rgb(199,145,213); }

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

background-color css

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

 a { background-color: rgb(199,145,213); }

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

border-color css

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

 span { border-color: rgb(199,145,213); }

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