Html Css Color HEX #C991DA Wisteria

📋 copy color: '#C991DA'

red 201 ◦ green 145 ◦ blue 218

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

Shades of Wisteria #C991DA

Tints of Wisteria #C991DA

RGB

 RED value IS 201 (78.91% from 255) = 35.64%

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

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

R = 35.64%
G = 25.71%
B = 38.65%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C991DA (or 0xC991DA) is known color: Wisteria. HEX triplet: C9, 91 and DA. RGB value is (201,145,218). Sum of RGB (Red+Green+Blue) = 201+145+218=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #C991DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991DA is #366E25. Grayscale: #A9A9A9. Windows color (decimal): -3567142 or 14324169. OLE color: 14324169.

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

Color convert

RGB 201 145 218 -
CMYK 0.08 0.33 0 0.15
HSL 286.03º 0.5% 0.71% -
HSV(B) 286.03º 0.33% 0.85% -
XYZ 46.87 37.73 71.14 -
YUV 170.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 201 145 218 0.08 0.33 0 0.15 286.03 0.5 0.71
Hex C9 91 DA 8 21 0 F 11E 32 47
Octal 311 221 332 10 41 0 17 436 62 107
Binary 11001001 10010001 11011010 1000 100001 0 1111 100011110 110010 1000111

Color Harmonies of #C991DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991DA

Black with #C991DA

Text Example


Text Example

White with #C991DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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