Html Css Color HEX #C99FDC Wisteria

📋 copy color: '#C99FDC'

red 201 ◦ green 159 ◦ blue 220

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

Shades of Wisteria #C99FDC

Tints of Wisteria #C99FDC

RGB

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

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

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

R = 34.66%
G = 27.41%
B = 37.93%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C99FDC (or 0xC99FDC) is known color: Wisteria. HEX triplet: C9, 9F and DC. RGB value is (201,159,220). Sum of RGB (Red+Green+Blue) = 201+159+220=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #C99FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FDC is #366023. Grayscale: #B2B2B2. Windows color (decimal): -3563556 or 14458825. OLE color: 14458825.

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

Color convert

RGB 201 159 220 -
CMYK 0.09 0.28 0 0.14
HSL 281.31º 0.47% 0.74% -
HSV(B) 281.31º 0.28% 0.86% -
XYZ 49.4 42.38 73.29 -
YUV 178.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 201 159 220 0.09 0.28 0 0.14 281.31 0.47 0.74
Hex C9 9F DC 9 1C 0 E 119 2F 4A
Octal 311 237 334 11 34 0 16 431 57 112
Binary 11001001 10011111 11011100 1001 11100 0 1110 100011001 101111 1001010

Color Harmonies of #C99FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99FDC

Black with #C99FDC

Text Example


Text Example

White with #C99FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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