Html Css Color HEX #CD9BDB Wisteria

📋 copy color: '#CD9BDB'

red 205 ◦ green 155 ◦ blue 219

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

Shades of Wisteria #CD9BDB

Tints of Wisteria #CD9BDB

RGB

 RED value IS 205 (80.47% from 255) = 35.41%

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

 BLUE value IS 219 (85.94% from 255) = 37.82%

R = 35.41%
G = 26.77%
B = 37.82%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD9BDB (or 0xCD9BDB) is known color: Wisteria. HEX triplet: CD, 9B and DB. RGB value is (205,155,219). Sum of RGB (Red+Green+Blue) = 205+155+219=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BDB is #326424. Grayscale: #B1B1B1. Windows color (decimal): -3302437 or 14392269. OLE color: 14392269.

HSL color Cylindrical-coordinate representation of color #CD9BDB: hue angle of 286.88º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD9BDB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 155 219 -
CMYK 0.06 0.29 0 0.14
HSL 286.88º 0.47% 0.73% -
HSV(B) 286.88º 0.29% 0.86% -
XYZ 49.68 41.54 72.42 -
YUV 177.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 205 155 219 0.06 0.29 0 0.14 286.88 0.47 0.73
Hex CD 9B DB 6 1D 0 E 11F 2F 49
Octal 315 233 333 6 35 0 16 437 57 111
Binary 11001101 10011011 11011011 110 11101 0 1110 100011111 101111 1001001

Color Harmonies of #CD9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9BDB

Black with #CD9BDB

Text Example


Text Example

White with #CD9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9BDB; }

 p { color: rgb(205,155,219); }

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

background-color css

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

 a { background-color: rgb(205,155,219); }

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

border-color css

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

 span { border-color: rgb(205,155,219); }

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