Html Css Color HEX #CB9EDD Wisteria

📋 copy color: '#CB9EDD'

red 203 ◦ green 158 ◦ blue 221

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

Shades of Wisteria #CB9EDD

Tints of Wisteria #CB9EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.97%

R = 34.88%
G = 27.15%
B = 37.97%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB9EDD (or 0xCB9EDD) is known color: Wisteria. HEX triplet: CB, 9E and DD. RGB value is (203,158,221). Sum of RGB (Red+Green+Blue) = 203+158+221=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9EDD is #346122. Grayscale: #B2B2B2. Windows color (decimal): -3432739 or 14524107. OLE color: 14524107.

HSL color Cylindrical-coordinate representation of color #CB9EDD: hue angle of 282.86º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9EDD is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 158 221 -
CMYK 0.08 0.29 0 0.13
HSL 282.86º 0.48% 0.74% -
HSV(B) 282.86º 0.29% 0.87% -
XYZ 49.91 42.37 73.95 -
YUV 178.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 203 158 221 0.08 0.29 0 0.13 282.86 0.48 0.74
Hex CB 9E DD 8 1D 0 D 11B 30 4A
Octal 313 236 335 10 35 0 15 433 60 112
Binary 11001011 10011110 11011101 1000 11101 0 1101 100011011 110000 1001010

Color Harmonies of #CB9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9EDD

Black with #CB9EDD

Text Example


Text Example

White with #CB9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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