Html Css Color HEX #CD9EDD Wisteria

📋 copy color: '#CD9EDD'

red 205 ◦ green 158 ◦ blue 221

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

Shades of Wisteria #CD9EDD

Tints of Wisteria #CD9EDD

RGB

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

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

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

R = 35.1%
G = 27.05%
B = 37.84%

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

#CD9EDD (or 0xCD9EDD) is known color: Wisteria. HEX triplet: CD, 9E and DD. RGB value is (205,158,221). Sum of RGB (Red+Green+Blue) = 205+158+221=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9EDD is #326122. Grayscale: #B3B3B3. Windows color (decimal): -3301667 or 14524109. OLE color: 14524109.

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

Color convert

RGB 205 158 221 -
CMYK 0.07 0.29 0 0.13
HSL 284.76º 0.48% 0.74% -
HSV(B) 284.76º 0.29% 0.87% -
XYZ 50.45 42.65 73.98 -
YUV 179.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 205 158 221 0.07 0.29 0 0.13 284.76 0.48 0.74
Hex CD 9E DD 7 1D 0 D 11D 30 4A
Octal 315 236 335 7 35 0 15 435 60 112
Binary 11001101 10011110 11011101 111 11101 0 1101 100011101 110000 1001010

Color Harmonies of #CD9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9EDD

Black with #CD9EDD

Text Example


Text Example

White with #CD9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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