Html Css Color HEX #CB96E2 Wisteria

📋 copy color: '#CB96E2'

red 203 ◦ green 150 ◦ blue 226

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

Shades of Wisteria #CB96E2

Tints of Wisteria #CB96E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.03%

R = 35.06%
G = 25.91%
B = 39.03%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CB96E2 (or 0xCB96E2) is known color: Wisteria. HEX triplet: CB, 96 and E2. RGB value is (203,150,226). Sum of RGB (Red+Green+Blue) = 203+150+226=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB96E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96E2 is #34691D. Grayscale: #AEAEAE. Windows color (decimal): -3434782 or 14849739. OLE color: 14849739.

HSL color Cylindrical-coordinate representation of color #CB96E2: hue angle of 281.84º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB96E2 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 150 226 -
CMYK 0.10 0.34 0 0.11
HSL 281.84º 0.57% 0.74% -
HSV(B) 281.84º 0.34% 0.89% -
XYZ 49.26 40 77.08 -
YUV 174.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 203 150 226 0.10 0.34 0 0.11 281.84 0.57 0.74
Hex CB 96 E2 A 22 0 B 11A 39 4A
Octal 313 226 342 12 42 0 13 432 71 112
Binary 11001011 10010110 11100010 1010 100010 0 1011 100011010 111001 1001010

Color Harmonies of #CB96E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB96E2

Black with #CB96E2

Text Example


Text Example

White with #CB96E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB96E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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