Html Css Color HEX #CB9AD6 Wisteria

📋 copy color: '#CB9AD6'

red 203 ◦ green 154 ◦ blue 214

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

Shades of Wisteria #CB9AD6

Tints of Wisteria #CB9AD6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.97%

 BLUE value IS 214 (83.98% from 255) = 37.48%

R = 35.55%
G = 26.97%
B = 37.48%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB9AD6 (or 0xCB9AD6) is known color: Wisteria. HEX triplet: CB, 9A and D6. RGB value is (203,154,214). Sum of RGB (Red+Green+Blue) = 203+154+214=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB9AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9AD6 is #346529. Grayscale: #AFAFAF. Windows color (decimal): -3433770 or 14064331. OLE color: 14064331.

HSL color Cylindrical-coordinate representation of color #CB9AD6: hue angle of 289º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9AD6 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 154 214 -
CMYK 0.05 0.28 0 0.16
HSL 289º 0.42% 0.72% -
HSV(B) 289º 0.28% 0.84% -
XYZ 48.32 40.66 68.92 -
YUV 175.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 203 154 214 0.05 0.28 0 0.16 289 0.42 0.72
Hex CB 9A D6 5 1C 0 10 121 2A 48
Octal 313 232 326 5 34 0 20 441 52 110
Binary 11001011 10011010 11010110 101 11100 0 10000 100100001 101010 1001000

Color Harmonies of #CB9AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9AD6

Black with #CB9AD6

Text Example


Text Example

White with #CB9AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9AD6; }

 p { color: rgb(203,154,214); }

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

background-color css

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

 a { background-color: rgb(203,154,214); }

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

border-color css

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

 span { border-color: rgb(203,154,214); }

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