Html Css Color HEX #C99BDF Wisteria

📋 copy color: '#C99BDF'

red 201 ◦ green 155 ◦ blue 223

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

Shades of Wisteria #C99BDF

Tints of Wisteria #C99BDF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.77%

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

R = 34.72%
G = 26.77%
B = 38.51%

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

#C99BDF (or 0xC99BDF) is known color: Wisteria. HEX triplet: C9, 9B and DF. RGB value is (201,155,223). Sum of RGB (Red+Green+Blue) = 201+155+223=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #C99BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BDF is #366420. Grayscale: #B0B0B0. Windows color (decimal): -3564577 or 14654409. OLE color: 14654409.

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

Color convert

RGB 201 155 223 -
CMYK 0.10 0.30 0 0.13
HSL 280.59º 0.52% 0.74% -
HSV(B) 280.59º 0.3% 0.87% -
XYZ 49.13 41.19 75.17 -
YUV 176.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 201 155 223 0.10 0.30 0 0.13 280.59 0.52 0.74
Hex C9 9B DF A 1E 0 D 119 34 4A
Octal 311 233 337 12 36 0 15 431 64 112
Binary 11001001 10011011 11011111 1010 11110 0 1101 100011001 110100 1001010

Color Harmonies of #C99BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BDF

Black with #C99BDF

Text Example


Text Example

White with #C99BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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