Html Css Color HEX #CB9BD5 Wisteria

📋 copy color: '#CB9BD5'

red 203 ◦ green 155 ◦ blue 213

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

Shades of Wisteria #CB9BD5

Tints of Wisteria #CB9BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.3%

R = 35.55%
G = 27.15%
B = 37.3%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB9BD5 (or 0xCB9BD5) is known color: Wisteria. HEX triplet: CB, 9B and D5. RGB value is (203,155,213). Sum of RGB (Red+Green+Blue) = 203+155+213=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB9BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BD5 is #34642A. Grayscale: #AFAFAF. Windows color (decimal): -3433515 or 13999051. OLE color: 13999051.

HSL color Cylindrical-coordinate representation of color #CB9BD5: hue angle of 289.66º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB9BD5 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 155 213 -
CMYK 0.05 0.27 0 0.16
HSL 289.66º 0.41% 0.72% -
HSV(B) 289.66º 0.27% 0.84% -
XYZ 48.36 40.94 68.3 -
YUV 175.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 203 155 213 0.05 0.27 0 0.16 289.66 0.41 0.72
Hex CB 9B D5 5 1B 0 10 122 29 48
Octal 313 233 325 5 33 0 20 442 51 110
Binary 11001011 10011011 11010101 101 11011 0 10000 100100010 101001 1001000

Color Harmonies of #CB9BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9BD5

Black with #CB9BD5

Text Example


Text Example

White with #CB9BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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