Html Css Color HEX #C99CDF Wisteria

📋 copy color: '#C99CDF'

red 201 ◦ green 156 ◦ blue 223

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

Shades of Wisteria #C99CDF

Tints of Wisteria #C99CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.9%

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

R = 34.66%
G = 26.9%
B = 38.45%

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

#C99CDF (or 0xC99CDF) is known color: Wisteria. HEX triplet: C9, 9C and DF. RGB value is (201,156,223). Sum of RGB (Red+Green+Blue) = 201+156+223=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #C99CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CDF is #366320. Grayscale: #B0B0B0. Windows color (decimal): -3564321 or 14654665. OLE color: 14654665.

HSL color Cylindrical-coordinate representation of color #C99CDF: hue angle of 280.3º degrees, saturation: 0.51, 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 #C99CDF is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 156 223 -
CMYK 0.10 0.30 0 0.13
HSL 280.3º 0.51% 0.74% -
HSV(B) 280.3º 0.3% 0.87% -
XYZ 49.3 41.52 75.23 -
YUV 177.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 201 156 223 0.10 0.30 0 0.13 280.3 0.51 0.74
Hex C9 9C DF A 1E 0 D 118 33 4A
Octal 311 234 337 12 36 0 15 430 63 112
Binary 11001001 10011100 11011111 1010 11110 0 1101 100011000 110011 1001010

Color Harmonies of #C99CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99CDF

Black with #C99CDF

Text Example


Text Example

White with #C99CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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