Html Css Color HEX #C99FDA Wisteria

📋 copy color: '#C99FDA'

red 201 ◦ green 159 ◦ blue 218

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

Shades of Wisteria #C99FDA

Tints of Wisteria #C99FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.51%

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

R = 34.78%
G = 27.51%
B = 37.72%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C99FDA (or 0xC99FDA) is known color: Wisteria. HEX triplet: C9, 9F and DA. RGB value is (201,159,218). Sum of RGB (Red+Green+Blue) = 201+159+218=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #C99FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FDA is #366025. Grayscale: #B2B2B2. Windows color (decimal): -3563558 or 14327753. OLE color: 14327753.

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

Color convert

RGB 201 159 218 -
CMYK 0.08 0.27 0 0.15
HSL 282.71º 0.44% 0.74% -
HSV(B) 282.71º 0.27% 0.85% -
XYZ 49.14 42.28 71.9 -
YUV 178.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 201 159 218 0.08 0.27 0 0.15 282.71 0.44 0.74
Hex C9 9F DA 8 1B 0 F 11B 2C 4A
Octal 311 237 332 10 33 0 17 433 54 112
Binary 11001001 10011111 11011010 1000 11011 0 1111 100011011 101100 1001010

Color Harmonies of #C99FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99FDA

Black with #C99FDA

Text Example


Text Example

White with #C99FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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