Html Css Color HEX #CB96E9 Wisteria

📋 copy color: '#CB96E9'

red 203 ◦ green 150 ◦ blue 233

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

Shades of Wisteria #CB96E9

Tints of Wisteria #CB96E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.76%

R = 34.64%
G = 25.6%
B = 39.76%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB96E9 (or 0xCB96E9) is known color: Wisteria. HEX triplet: CB, 96 and E9. RGB value is (203,150,233). Sum of RGB (Red+Green+Blue) = 203+150+233=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB96E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB96E9 is #346916. Grayscale: #AFAFAF. Windows color (decimal): -3434775 or 15308491. OLE color: 15308491.

HSL color Cylindrical-coordinate representation of color #CB96E9: hue angle of 278.31º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB96E9 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 150 233 -
CMYK 0.13 0.36 0 0.09
HSL 278.31º 0.65% 0.75% -
HSV(B) 278.31º 0.36% 0.91% -
XYZ 50.24 40.39 82.24 -
YUV 175.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 203 150 233 0.13 0.36 0 0.09 278.31 0.65 0.75
Hex CB 96 E9 D 24 0 9 116 41 4B
Octal 313 226 351 15 44 0 11 426 101 113
Binary 11001011 10010110 11101001 1101 100100 0 1001 100010110 1000001 1001011

Color Harmonies of #CB96E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB96E9

Black with #CB96E9

Text Example


Text Example

White with #CB96E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB96E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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