Html Css Color HEX #CB96E0 Wisteria

📋 copy color: '#CB96E0'

red 203 ◦ green 150 ◦ blue 224

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

Shades of Wisteria #CB96E0

Tints of Wisteria #CB96E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.82%

R = 35.18%
G = 26%
B = 38.82%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB96E0 (or 0xCB96E0) is known color: Wisteria. HEX triplet: CB, 96 and E0. RGB value is (203,150,224). Sum of RGB (Red+Green+Blue) = 203+150+224=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB96E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96E0 is #34691F. Grayscale: #AEAEAE. Windows color (decimal): -3434784 or 14718667. OLE color: 14718667.

HSL color Cylindrical-coordinate representation of color #CB96E0: hue angle of 282.97º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB96E0 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 150 224 -
CMYK 0.09 0.33 0 0.12
HSL 282.97º 0.54% 0.73% -
HSV(B) 282.97º 0.33% 0.88% -
XYZ 48.99 39.89 75.64 -
YUV 174.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 203 150 224 0.09 0.33 0 0.12 282.97 0.54 0.73
Hex CB 96 E0 9 21 0 C 11B 36 49
Octal 313 226 340 11 41 0 14 433 66 111
Binary 11001011 10010110 11100000 1001 100001 0 1100 100011011 110110 1001001

Color Harmonies of #CB96E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB96E0

Black with #CB96E0

Text Example


Text Example

White with #CB96E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB96E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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