Html Css Color HEX #CB8DD9 Wisteria

📋 copy color: '#CB8DD9'

red 203 ◦ green 141 ◦ blue 217

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

Shades of Wisteria #CB8DD9

Tints of Wisteria #CB8DD9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.13%

 BLUE value IS 217 (85.16% from 255) = 38.68%

R = 36.19%
G = 25.13%
B = 38.68%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB8DD9 (or 0xCB8DD9) is known color: Wisteria. HEX triplet: CB, 8D and D9. RGB value is (203,141,217). Sum of RGB (Red+Green+Blue) = 203+141+217=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB8DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DD9 is #347226. Grayscale: #A7A7A7. Windows color (decimal): -3437095 or 14257611. OLE color: 14257611.

HSL color Cylindrical-coordinate representation of color #CB8DD9: hue angle of 288.95º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8DD9 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 141 217 -
CMYK 0.06 0.35 0 0.15
HSL 288.95º 0.5% 0.7% -
HSV(B) 288.95º 0.35% 0.85% -
XYZ 46.68 36.76 70.28 -
YUV 168.2 155.54 152.82 -
System Red Green Blue C M Y K H S L
Decimal 203 141 217 0.06 0.35 0 0.15 288.95 0.5 0.7
Hex CB 8D D9 6 23 0 F 121 32 46
Octal 313 215 331 6 43 0 17 441 62 106
Binary 11001011 10001101 11011001 110 100011 0 1111 100100001 110010 1000110

Color Harmonies of #CB8DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8DD9

Black with #CB8DD9

Text Example


Text Example

White with #CB8DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8DD9; }

 p { color: rgb(203,141,217); }

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

background-color css

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

 a { background-color: rgb(203,141,217); }

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

border-color css

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

 span { border-color: rgb(203,141,217); }

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