Html Css Color HEX #C99BDE Wisteria

📋 copy color: '#C99BDE'

red 201 ◦ green 155 ◦ blue 222

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

Shades of Wisteria #C99BDE

Tints of Wisteria #C99BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.41%

R = 34.78%
G = 26.82%
B = 38.41%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C99BDE (or 0xC99BDE) is known color: Wisteria. HEX triplet: C9, 9B and DE. RGB value is (201,155,222). Sum of RGB (Red+Green+Blue) = 201+155+222=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #C99BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BDE is #366421. Grayscale: #B0B0B0. Windows color (decimal): -3564578 or 14588873. OLE color: 14588873.

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

Color convert

RGB 201 155 222 -
CMYK 0.09 0.30 0 0.13
HSL 281.19º 0.5% 0.74% -
HSV(B) 281.19º 0.3% 0.87% -
XYZ 48.99 41.13 74.46 -
YUV 176.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 201 155 222 0.09 0.30 0 0.13 281.19 0.5 0.74
Hex C9 9B DE 9 1E 0 D 119 32 4A
Octal 311 233 336 11 36 0 15 431 62 112
Binary 11001001 10011011 11011110 1001 11110 0 1101 100011001 110010 1001010

Color Harmonies of #C99BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BDE

Black with #C99BDE

Text Example


Text Example

White with #C99BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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