Html Css Color HEX #C99DDF Wisteria

📋 copy color: '#C99DDF'

red 201 ◦ green 157 ◦ blue 223

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

Shades of Wisteria #C99DDF

Tints of Wisteria #C99DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.38%

R = 34.6%
G = 27.02%
B = 38.38%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C99DDF (or 0xC99DDF) is known color: Wisteria. HEX triplet: C9, 9D and DF. RGB value is (201,157,223). Sum of RGB (Red+Green+Blue) = 201+157+223=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #C99DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DDF is #366220. Grayscale: #B1B1B1. Windows color (decimal): -3564065 or 14654921. OLE color: 14654921.

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

Color convert

RGB 201 157 223 -
CMYK 0.10 0.30 0 0.13
HSL 280º 0.51% 0.75% -
HSV(B) 280º 0.3% 0.87% -
XYZ 49.46 41.86 75.28 -
YUV 177.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 201 157 223 0.10 0.30 0 0.13 280 0.51 0.75
Hex C9 9D DF A 1E 0 D 118 33 4B
Octal 311 235 337 12 36 0 15 430 63 113
Binary 11001001 10011101 11011111 1010 11110 0 1101 100011000 110011 1001011

Color Harmonies of #C99DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DDF

Black with #C99DDF

Text Example


Text Example

White with #C99DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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