Html Css Color HEX #CB9ED5 Wisteria

📋 copy color: '#CB9ED5'

red 203 ◦ green 158 ◦ blue 213

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

Shades of Wisteria #CB9ED5

Tints of Wisteria #CB9ED5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.53%

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

R = 35.37%
G = 27.53%
B = 37.11%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB9ED5 (or 0xCB9ED5) is known color: Wisteria. HEX triplet: CB, 9E and D5. RGB value is (203,158,213). Sum of RGB (Red+Green+Blue) = 203+158+213=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB9ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ED5 is #34612A. Grayscale: #B1B1B1. Windows color (decimal): -3432747 or 13999819. OLE color: 13999819.

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

Color convert

RGB 203 158 213 -
CMYK 0.05 0.26 0 0.16
HSL 289.09º 0.4% 0.73% -
HSV(B) 289.09º 0.26% 0.84% -
XYZ 48.87 41.95 68.47 -
YUV 177.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 203 158 213 0.05 0.26 0 0.16 289.09 0.4 0.73
Hex CB 9E D5 5 1A 0 10 121 28 49
Octal 313 236 325 5 32 0 20 441 50 111
Binary 11001011 10011110 11010101 101 11010 0 10000 100100001 101000 1001001

Color Harmonies of #CB9ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9ED5

Black with #CB9ED5

Text Example


Text Example

White with #CB9ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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