Html Css Color HEX #CB96DC Wisteria

📋 copy color: '#CB96DC'

red 203 ◦ green 150 ◦ blue 220

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

Shades of Wisteria #CB96DC

Tints of Wisteria #CB96DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.18%

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 35.43%
G = 26.18%
B = 38.39%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB96DC (or 0xCB96DC) is known color: Wisteria. HEX triplet: CB, 96 and DC. RGB value is (203,150,220). Sum of RGB (Red+Green+Blue) = 203+150+220=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96DC is #346923. Grayscale: #ADADAD. Windows color (decimal): -3434788 or 14456523. OLE color: 14456523.

HSL color Cylindrical-coordinate representation of color #CB96DC: hue angle of 285.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB96DC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 150 220 -
CMYK 0.08 0.32 0 0.14
HSL 285.43º 0.5% 0.73% -
HSV(B) 285.43º 0.32% 0.86% -
XYZ 48.45 39.68 72.81 -
YUV 173.83 154.06 148.81 -
System Red Green Blue C M Y K H S L
Decimal 203 150 220 0.08 0.32 0 0.14 285.43 0.5 0.73
Hex CB 96 DC 8 20 0 E 11D 32 49
Octal 313 226 334 10 40 0 16 435 62 111
Binary 11001011 10010110 11011100 1000 100000 0 1110 100011101 110010 1001001

Color Harmonies of #CB96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB96DC

Black with #CB96DC

Text Example


Text Example

White with #CB96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB96DC; }

 p { color: rgb(203,150,220); }

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

background-color css

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

 a { background-color: rgb(203,150,220); }

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

border-color css

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

 span { border-color: rgb(203,150,220); }

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