Html Css Color HEX #CB9DDD Wisteria

📋 copy color: '#CB9DDD'

red 203 ◦ green 157 ◦ blue 221

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

Shades of Wisteria #CB9DDD

Tints of Wisteria #CB9DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 34.94%
G = 27.02%
B = 38.04%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB9DDD (or 0xCB9DDD) is known color: Wisteria. HEX triplet: CB, 9D and DD. RGB value is (203,157,221). Sum of RGB (Red+Green+Blue) = 203+157+221=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DDD is #346222. Grayscale: #B1B1B1. Windows color (decimal): -3432995 or 14523851. OLE color: 14523851.

HSL color Cylindrical-coordinate representation of color #CB9DDD: hue angle of 283.12º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9DDD is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 157 221 -
CMYK 0.08 0.29 0 0.13
HSL 283.13º 0.48% 0.74% -
HSV(B) 283.13º 0.29% 0.87% -
XYZ 49.74 42.03 73.9 -
YUV 178.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 203 157 221 0.08 0.29 0 0.13 283.13 0.48 0.74
Hex CB 9D DD 8 1D 0 D 11B 30 4A
Octal 313 235 335 10 35 0 15 433 60 112
Binary 11001011 10011101 11011101 1000 11101 0 1101 100011011 110000 1001010

Color Harmonies of #CB9DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9DDD

Black with #CB9DDD

Text Example


Text Example

White with #CB9DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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