Html Css Color HEX #CB96D8 Wisteria

📋 copy color: '#CB96D8'

red 203 ◦ green 150 ◦ blue 216

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

Shades of Wisteria #CB96D8

Tints of Wisteria #CB96D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.96%

R = 35.68%
G = 26.36%
B = 37.96%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB96D8 (or 0xCB96D8) is known color: Wisteria. HEX triplet: CB, 96 and D8. RGB value is (203,150,216). Sum of RGB (Red+Green+Blue) = 203+150+216=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB96D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96D8 is #346927. Grayscale: #ADADAD. Windows color (decimal): -3434792 or 14194379. OLE color: 14194379.

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

Color convert

RGB 203 150 216 -
CMYK 0.06 0.31 0 0.15
HSL 288.18º 0.46% 0.72% -
HSV(B) 288.18º 0.31% 0.85% -
XYZ 47.93 39.47 70.06 -
YUV 173.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 203 150 216 0.06 0.31 0 0.15 288.18 0.46 0.72
Hex CB 96 D8 6 1F 0 F 120 2E 48
Octal 313 226 330 6 37 0 17 440 56 110
Binary 11001011 10010110 11011000 110 11111 0 1111 100100000 101110 1001000

Color Harmonies of #CB96D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB96D8

Black with #CB96D8

Text Example


Text Example

White with #CB96D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB96D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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