Html Css Color HEX #CD9ADC Wisteria

📋 copy color: '#CD9ADC'

red 205 ◦ green 154 ◦ blue 220

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

Shades of Wisteria #CD9ADC

Tints of Wisteria #CD9ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.6%

 BLUE value IS 220 (86.33% from 255) = 38%

R = 35.41%
G = 26.6%
B = 38%

CMYK

 C value IS 0.07

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD9ADC (or 0xCD9ADC) is known color: Wisteria. HEX triplet: CD, 9A and DC. RGB value is (205,154,220). Sum of RGB (Red+Green+Blue) = 205+154+220=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD9ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9ADC is #326523. Grayscale: #B0B0B0. Windows color (decimal): -3302692 or 14457549. OLE color: 14457549.

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

Color convert

RGB 205 154 220 -
CMYK 0.07 0.3 0 0.14
HSL 286.36º 0.49% 0.73% -
HSV(B) 286.36º 0.3% 0.86% -
XYZ 49.65 41.26 73.06 -
YUV 176.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 205 154 220 0.07 0.3 0 0.14 286.36 0.49 0.73
Hex CD 9A DC 7 1E 0 E 11E 31 49
Octal 315 232 334 7 36 0 16 436 61 111
Binary 11001101 10011010 11011100 111 11110 0 1110 100011110 110001 1001001

Color Harmonies of #CD9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9ADC

Black with #CD9ADC

Text Example


Text Example

White with #CD9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9ADC; }

 p { color: rgb(205,154,220); }

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

background-color css

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

 a { background-color: rgb(205,154,220); }

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

border-color css

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

 span { border-color: rgb(205,154,220); }

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