Html Css Color HEX #C091D9 Wisteria

📋 copy color: '#C091D9'

red 192 ◦ green 145 ◦ blue 217

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

Shades of Wisteria #C091D9

Tints of Wisteria #C091D9

RGB

 RED value IS 192 (75.39% from 255) = 34.66%

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

 BLUE value IS 217 (85.16% from 255) = 39.17%

R = 34.66%
G = 26.17%
B = 39.17%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C091D9 (or 0xC091D9) is known color: Wisteria. HEX triplet: C0, 91 and D9. RGB value is (192,145,217). Sum of RGB (Red+Green+Blue) = 192+145+217=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #C091D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091D9 is #3F6E26. Grayscale: #A7A7A7. Windows color (decimal): -4156967 or 14258624. OLE color: 14258624.

HSL color Cylindrical-coordinate representation of color #C091D9: hue angle of 279.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C091D9 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 145 217 -
CMYK 0.12 0.33 0 0.15
HSL 279.17º 0.49% 0.71% -
HSV(B) 279.17º 0.33% 0.85% -
XYZ 44.39 36.47 70.34 -
YUV 167.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 192 145 217 0.12 0.33 0 0.15 279.17 0.49 0.71
Hex C0 91 D9 C 21 0 F 117 31 47
Octal 300 221 331 14 41 0 17 427 61 107
Binary 11000000 10010001 11011001 1100 100001 0 1111 100010111 110001 1000111

Color Harmonies of #C091D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C091D9

Black with #C091D9

Text Example


Text Example

White with #C091D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C091D9; }

 p { color: rgb(192,145,217); }

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

background-color css

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

 a { background-color: rgb(192,145,217); }

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

border-color css

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

 span { border-color: rgb(192,145,217); }

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