Html Css Color HEX #C99DDA Wisteria

📋 copy color: '#C99DDA'

red 201 ◦ green 157 ◦ blue 218

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

Shades of Wisteria #C99DDA

Tints of Wisteria #C99DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.26%

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

R = 34.9%
G = 27.26%
B = 37.85%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C99DDA (or 0xC99DDA) is known color: Wisteria. HEX triplet: C9, 9D and DA. RGB value is (201,157,218). Sum of RGB (Red+Green+Blue) = 201+157+218=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #C99DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DDA is #366225. Grayscale: #B0B0B0. Windows color (decimal): -3564070 or 14327241. OLE color: 14327241.

HSL color Cylindrical-coordinate representation of color #C99DDA: hue angle of 283.28º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C99DDA is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 157 218 -
CMYK 0.08 0.28 0 0.15
HSL 283.28º 0.45% 0.74% -
HSV(B) 283.28º 0.28% 0.85% -
XYZ 48.8 41.59 71.79 -
YUV 177.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 201 157 218 0.08 0.28 0 0.15 283.28 0.45 0.74
Hex C9 9D DA 8 1C 0 F 11B 2D 4A
Octal 311 235 332 10 34 0 17 433 55 112
Binary 11001001 10011101 11011010 1000 11100 0 1111 100011011 101101 1001010

Color Harmonies of #C99DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DDA

Black with #C99DDA

Text Example


Text Example

White with #C99DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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