Html Css Color HEX #C99BDA Wisteria

📋 copy color: '#C99BDA'

red 201 ◦ green 155 ◦ blue 218

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

Shades of Wisteria #C99BDA

Tints of Wisteria #C99BDA

RGB

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

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

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

R = 35.02%
G = 27%
B = 37.98%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C99BDA (or 0xC99BDA) is known color: Wisteria. HEX triplet: C9, 9B and DA. RGB value is (201,155,218). Sum of RGB (Red+Green+Blue) = 201+155+218=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #C99BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BDA is #366425. Grayscale: #AFAFAF. Windows color (decimal): -3564582 or 14326729. OLE color: 14326729.

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

Color convert

RGB 201 155 218 -
CMYK 0.08 0.29 0 0.15
HSL 283.81º 0.46% 0.73% -
HSV(B) 283.81º 0.29% 0.85% -
XYZ 48.46 40.92 71.67 -
YUV 175.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 201 155 218 0.08 0.29 0 0.15 283.81 0.46 0.73
Hex C9 9B DA 8 1D 0 F 11C 2E 49
Octal 311 233 332 10 35 0 17 434 56 111
Binary 11001001 10011011 11011010 1000 11101 0 1111 100011100 101110 1001001

Color Harmonies of #C99BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BDA

Black with #C99BDA

Text Example


Text Example

White with #C99BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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