Html Css Color HEX #C99ADC Wisteria

📋 copy color: '#C99ADC'

red 201 ◦ green 154 ◦ blue 220

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

Shades of Wisteria #C99ADC

Tints of Wisteria #C99ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 34.96%
G = 26.78%
B = 38.26%

CMYK

 C value IS 0.09

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C99ADC (or 0xC99ADC) is known color: Wisteria. HEX triplet: C9, 9A and DC. RGB value is (201,154,220). Sum of RGB (Red+Green+Blue) = 201+154+220=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #C99ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ADC is #366523. Grayscale: #AFAFAF. Windows color (decimal): -3564836 or 14457545. OLE color: 14457545.

HSL color Cylindrical-coordinate representation of color #C99ADC: hue angle of 282.73º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99ADC is Cyan = 0.09, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 154 220 -
CMYK 0.09 0.3 0 0.14
HSL 282.73º 0.49% 0.73% -
HSV(B) 282.73º 0.3% 0.86% -
XYZ 48.56 40.7 73.01 -
YUV 175.58 153.07 146.13 -
System Red Green Blue C M Y K H S L
Decimal 201 154 220 0.09 0.3 0 0.14 282.73 0.49 0.73
Hex C9 9A DC 9 1E 0 E 11B 31 49
Octal 311 232 334 11 36 0 16 433 61 111
Binary 11001001 10011010 11011100 1001 11110 0 1110 100011011 110001 1001001

Color Harmonies of #C99ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99ADC

Black with #C99ADC

Text Example


Text Example

White with #C99ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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