Html Css Color HEX #CB9BE3 Wisteria

📋 copy color: '#CB9BE3'

red 203 ◦ green 155 ◦ blue 227

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

Shades of Wisteria #CB9BE3

Tints of Wisteria #CB9BE3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.5%

 BLUE value IS 227 (89.06% from 255) = 38.8%

R = 34.7%
G = 26.5%
B = 38.8%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CB9BE3 (or 0xCB9BE3) is known color: Wisteria. HEX triplet: CB, 9B and E3. RGB value is (203,155,227). Sum of RGB (Red+Green+Blue) = 203+155+227=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 227 (89.06% from 255 or 38.80% from 585); Max value from RGB is 227 - color contains mainly: blue. Hex color #CB9BE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BE3 is #34641C. Grayscale: #B1B1B1. Windows color (decimal): -3433501 or 14916555. OLE color: 14916555.

HSL color Cylindrical-coordinate representation of color #CB9BE3: hue angle of 280º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB9BE3 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 155 227 -
CMYK 0.11 0.32 0 0.11
HSL 280º 0.56% 0.75% -
HSV(B) 280º 0.32% 0.89% -
XYZ 50.22 41.69 78.07 -
YUV 177.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 203 155 227 0.11 0.32 0 0.11 280 0.56 0.75
Hex CB 9B E3 B 20 0 B 118 38 4B
Octal 313 233 343 13 40 0 13 430 70 113
Binary 11001011 10011011 11100011 1011 100000 0 1011 100011000 111000 1001011

Color Harmonies of #CB9BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9BE3

Black with #CB9BE3

Text Example


Text Example

White with #CB9BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9BE3; }

 p { color: rgb(203,155,227); }

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

background-color css

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

 a { background-color: rgb(203,155,227); }

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

border-color css

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

 span { border-color: rgb(203,155,227); }

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