Html Css Color HEX #CB9DD9 Wisteria

📋 copy color: '#CB9DD9'

red 203 ◦ green 157 ◦ blue 217

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

Shades of Wisteria #CB9DD9

Tints of Wisteria #CB9DD9

RGB

 RED value IS 203 (79.69% from 255) = 35.18%

 GREEN value IS 157 (61.72% from 255) = 27.21%

 BLUE value IS 217 (85.16% from 255) = 37.61%

R = 35.18%
G = 27.21%
B = 37.61%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB9DD9 (or 0xCB9DD9) is known color: Wisteria. HEX triplet: CB, 9D and D9. RGB value is (203,157,217). Sum of RGB (Red+Green+Blue) = 203+157+217=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB9DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DD9 is #346226. Grayscale: #B1B1B1. Windows color (decimal): -3432999 or 14261707. OLE color: 14261707.

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

Color convert

RGB 203 157 217 -
CMYK 0.06 0.28 0 0.15
HSL 286º 0.44% 0.73% -
HSV(B) 286º 0.28% 0.85% -
XYZ 49.21 41.82 71.12 -
YUV 177.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 203 157 217 0.06 0.28 0 0.15 286 0.44 0.73
Hex CB 9D D9 6 1C 0 F 11E 2C 49
Octal 313 235 331 6 34 0 17 436 54 111
Binary 11001011 10011101 11011001 110 11100 0 1111 100011110 101100 1001001

Color Harmonies of #CB9DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9DD9

Black with #CB9DD9

Text Example


Text Example

White with #CB9DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9DD9; }

 p { color: rgb(203,157,217); }

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

background-color css

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

 a { background-color: rgb(203,157,217); }

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

border-color css

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

 span { border-color: rgb(203,157,217); }

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