Html Css Color HEX #C99FDF Wisteria

📋 copy color: '#C99FDF'

red 201 ◦ green 159 ◦ blue 223

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

Shades of Wisteria #C99FDF

Tints of Wisteria #C99FDF

RGB

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

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

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

R = 34.48%
G = 27.27%
B = 38.25%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C99FDF (or 0xC99FDF) is known color: Wisteria. HEX triplet: C9, 9F and DF. RGB value is (201,159,223). Sum of RGB (Red+Green+Blue) = 201+159+223=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #C99FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FDF is #366020. Grayscale: #B2B2B2. Windows color (decimal): -3563553 or 14655433. OLE color: 14655433.

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

Color convert

RGB 201 159 223 -
CMYK 0.10 0.29 0 0.13
HSL 279.38º 0.5% 0.75% -
HSV(B) 279.38º 0.29% 0.87% -
XYZ 49.8 42.54 75.4 -
YUV 178.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 201 159 223 0.10 0.29 0 0.13 279.38 0.5 0.75
Hex C9 9F DF A 1D 0 D 117 32 4B
Octal 311 237 337 12 35 0 15 427 62 113
Binary 11001001 10011111 11011111 1010 11101 0 1101 100010111 110010 1001011

Color Harmonies of #C99FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99FDF

Black with #C99FDF

Text Example


Text Example

White with #C99FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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