Html Css Color HEX #CD9EDA Wisteria

📋 copy color: '#CD9EDA'

red 205 ◦ green 158 ◦ blue 218

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

Shades of Wisteria #CD9EDA

Tints of Wisteria #CD9EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 35.28%
G = 27.19%
B = 37.52%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD9EDA (or 0xCD9EDA) is known color: Wisteria. HEX triplet: CD, 9E and DA. RGB value is (205,158,218). Sum of RGB (Red+Green+Blue) = 205+158+218=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9EDA is #326125. Grayscale: #B2B2B2. Windows color (decimal): -3301670 or 14327501. OLE color: 14327501.

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

Color convert

RGB 205 158 218 -
CMYK 0.06 0.28 0 0.15
HSL 287º 0.45% 0.74% -
HSV(B) 287º 0.28% 0.85% -
XYZ 50.06 42.49 71.89 -
YUV 178.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 205 158 218 0.06 0.28 0 0.15 287 0.45 0.74
Hex CD 9E DA 6 1C 0 F 11F 2D 4A
Octal 315 236 332 6 34 0 17 437 55 112
Binary 11001101 10011110 11011010 110 11100 0 1111 100011111 101101 1001010

Color Harmonies of #CD9EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9EDA

Black with #CD9EDA

Text Example


Text Example

White with #CD9EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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