Html Css Color HEX #C091DA Wisteria

📋 copy color: '#C091DA'

red 192 ◦ green 145 ◦ blue 218

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

Shades of Wisteria #C091DA

Tints of Wisteria #C091DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 34.59%
G = 26.13%
B = 39.28%

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

#C091DA (or 0xC091DA) is known color: Wisteria. HEX triplet: C0, 91 and DA. RGB value is (192,145,218). Sum of RGB (Red+Green+Blue) = 192+145+218=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #C091DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091DA is #3F6E25. Grayscale: #A7A7A7. Windows color (decimal): -4156966 or 14324160. OLE color: 14324160.

HSL color Cylindrical-coordinate representation of color #C091DA: hue angle of 278.63º degrees, saturation: 0.5, 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 #C091DA is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 145 218 -
CMYK 0.12 0.33 0 0.15
HSL 278.63º 0.5% 0.71% -
HSV(B) 278.63º 0.33% 0.85% -
XYZ 44.52 36.52 71.03 -
YUV 167.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 192 145 218 0.12 0.33 0 0.15 278.63 0.5 0.71
Hex C0 91 DA C 21 0 F 117 32 47
Octal 300 221 332 14 41 0 17 427 62 107
Binary 11000000 10010001 11011010 1100 100001 0 1111 100010111 110010 1000111

Color Harmonies of #C091DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C091DA

Black with #C091DA

Text Example


Text Example

White with #C091DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C091DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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