Html Css Color HEX #C791D2 Wisteria

📋 copy color: '#C791D2'

red 199 ◦ green 145 ◦ blue 210

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

Shades of Wisteria #C791D2

Tints of Wisteria #C791D2

RGB

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

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

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

R = 35.92%
G = 26.17%
B = 37.91%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C791D2 (or 0xC791D2) is known color: Wisteria. HEX triplet: C7, 91 and D2. RGB value is (199,145,210). Sum of RGB (Red+Green+Blue) = 199+145+210=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 210 - color contains mainly: blue. Hex color #C791D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C791D2 is #386E2D. Grayscale: #A8A8A8. Windows color (decimal): -3698222 or 13799879. OLE color: 13799879.

HSL color Cylindrical-coordinate representation of color #C791D2: hue angle of 289.85º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C791D2 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 145 210 -
CMYK 0.05 0.31 0 0.18
HSL 289.85º 0.42% 0.7% -
HSV(B) 289.85º 0.31% 0.82% -
XYZ 45.31 37.05 65.74 -
YUV 168.56 151.39 149.71 -
System Red Green Blue C M Y K H S L
Decimal 199 145 210 0.05 0.31 0 0.18 289.85 0.42 0.7
Hex C7 91 D2 5 1F 0 12 122 2A 46
Octal 307 221 322 5 37 0 22 442 52 106
Binary 11000111 10010001 11010010 101 11111 0 10010 100100010 101010 1000110

Color Harmonies of #C791D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C791D2

Black with #C791D2

Text Example


Text Example

White with #C791D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C791D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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