Html Css Color HEX #C99ADD Wisteria

📋 copy color: '#C99ADD'

red 201 ◦ green 154 ◦ blue 221

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

Shades of Wisteria #C99ADD

Tints of Wisteria #C99ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.74%

 BLUE value IS 221 (86.72% from 255) = 38.37%

R = 34.9%
G = 26.74%
B = 38.37%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C99ADD (or 0xC99ADD) is known color: Wisteria. HEX triplet: C9, 9A and DD. RGB value is (201,154,221). Sum of RGB (Red+Green+Blue) = 201+154+221=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #C99ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ADD is #366522. Grayscale: #AFAFAF. Windows color (decimal): -3564835 or 14523081. OLE color: 14523081.

HSL color Cylindrical-coordinate representation of color #C99ADD: hue angle of 282.09º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99ADD is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 154 221 -
CMYK 0.09 0.30 0 0.13
HSL 282.09º 0.5% 0.74% -
HSV(B) 282.09º 0.3% 0.87% -
XYZ 48.69 40.75 73.71 -
YUV 175.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 201 154 221 0.09 0.30 0 0.13 282.09 0.5 0.74
Hex C9 9A DD 9 1E 0 D 11A 32 4A
Octal 311 232 335 11 36 0 15 432 62 112
Binary 11001001 10011010 11011101 1001 11110 0 1101 100011010 110010 1001010

Color Harmonies of #C99ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99ADD

Black with #C99ADD

Text Example


Text Example

White with #C99ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99ADD; }

 p { color: rgb(201,154,221); }

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

background-color css

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

 a { background-color: rgb(201,154,221); }

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

border-color css

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

 span { border-color: rgb(201,154,221); }

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