Html Css Color HEX #CD9CDD Wisteria

📋 copy color: '#CD9CDD'

red 205 ◦ green 156 ◦ blue 221

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

Shades of Wisteria #CD9CDD

Tints of Wisteria #CD9CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.8%

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

R = 35.22%
G = 26.8%
B = 37.97%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD9CDD (or 0xCD9CDD) is known color: Wisteria. HEX triplet: CD, 9C and DD. RGB value is (205,156,221). Sum of RGB (Red+Green+Blue) = 205+156+221=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 156 (61.33% from 255 or 26.80% 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 #CD9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CDD is #326322. Grayscale: #B1B1B1. Windows color (decimal): -3302179 or 14523597. OLE color: 14523597.

HSL color Cylindrical-coordinate representation of color #CD9CDD: hue angle of 285.23º degrees, saturation: 0.49, 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 #CD9CDD is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 156 221 -
CMYK 0.07 0.29 0 0.13
HSL 285.23º 0.49% 0.74% -
HSV(B) 285.23º 0.29% 0.87% -
XYZ 50.12 41.98 73.87 -
YUV 178.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 205 156 221 0.07 0.29 0 0.13 285.23 0.49 0.74
Hex CD 9C DD 7 1D 0 D 11D 31 4A
Octal 315 234 335 7 35 0 15 435 61 112
Binary 11001101 10011100 11011101 111 11101 0 1101 100011101 110001 1001010

Color Harmonies of #CD9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9CDD

Black with #CD9CDD

Text Example


Text Example

White with #CD9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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