Html Css Color HEX #CD9FDD Wisteria

📋 copy color: '#CD9FDD'

red 205 ◦ green 159 ◦ blue 221

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

Shades of Wisteria #CD9FDD

Tints of Wisteria #CD9FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.18%

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

R = 35.04%
G = 27.18%
B = 37.78%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD9FDD (or 0xCD9FDD) is known color: Wisteria. HEX triplet: CD, 9F and DD. RGB value is (205,159,221). Sum of RGB (Red+Green+Blue) = 205+159+221=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9FDD is #326022. Grayscale: #B3B3B3. Windows color (decimal): -3301411 or 14524365. OLE color: 14524365.

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

Color convert

RGB 205 159 221 -
CMYK 0.07 0.28 0 0.13
HSL 284.52º 0.48% 0.75% -
HSV(B) 284.52º 0.28% 0.87% -
XYZ 50.63 43 74.04 -
YUV 179.82 151.24 145.96 -
System Red Green Blue C M Y K H S L
Decimal 205 159 221 0.07 0.28 0 0.13 284.52 0.48 0.75
Hex CD 9F DD 7 1C 0 D 11D 30 4B
Octal 315 237 335 7 34 0 15 435 60 113
Binary 11001101 10011111 11011101 111 11100 0 1101 100011101 110000 1001011

Color Harmonies of #CD9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9FDD

Black with #CD9FDD

Text Example


Text Example

White with #CD9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9FDD; }

 p { color: rgb(205,159,221); }

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

background-color css

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

 a { background-color: rgb(205,159,221); }

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

border-color css

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

 span { border-color: rgb(205,159,221); }

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