Html Css Color HEX #CB96D6 Wisteria

📋 copy color: '#CB96D6'

red 203 ◦ green 150 ◦ blue 214

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

Shades of Wisteria #CB96D6

Tints of Wisteria #CB96D6

RGB

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

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

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

R = 35.8%
G = 26.46%
B = 37.74%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB96D6 (or 0xCB96D6) is known color: Wisteria. HEX triplet: CB, 96 and D6. RGB value is (203,150,214). Sum of RGB (Red+Green+Blue) = 203+150+214=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB96D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96D6 is #346929. Grayscale: #ACACAC. Windows color (decimal): -3434794 or 14063307. OLE color: 14063307.

HSL color Cylindrical-coordinate representation of color #CB96D6: hue angle of 289.69º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB96D6 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 150 214 -
CMYK 0.05 0.30 0 0.16
HSL 289.69º 0.44% 0.71% -
HSV(B) 289.69º 0.3% 0.84% -
XYZ 47.67 39.36 68.7 -
YUV 173.14 151.06 149.3 -
System Red Green Blue C M Y K H S L
Decimal 203 150 214 0.05 0.30 0 0.16 289.69 0.44 0.71
Hex CB 96 D6 5 1E 0 10 122 2C 47
Octal 313 226 326 5 36 0 20 442 54 107
Binary 11001011 10010110 11010110 101 11110 0 10000 100100010 101100 1000111

Color Harmonies of #CB96D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB96D6

Black with #CB96D6

Text Example


Text Example

White with #CB96D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB96D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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