Html Css Color HEX #CD90D8 Wisteria

📋 copy color: '#CD90D8'

red 205 ◦ green 144 ◦ blue 216

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

Shades of Wisteria #CD90D8

Tints of Wisteria #CD90D8

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.49%

 BLUE value IS 216 (84.77% from 255) = 38.23%

R = 36.28%
G = 25.49%
B = 38.23%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD90D8 (or 0xCD90D8) is known color: Wisteria. HEX triplet: CD, 90 and D8. RGB value is (205,144,216). Sum of RGB (Red+Green+Blue) = 205+144+216=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD90D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90D8 is #326F27. Grayscale: #AAAAAA. Windows color (decimal): -3305256 or 14192845. OLE color: 14192845.

HSL color Cylindrical-coordinate representation of color #CD90D8: hue angle of 290.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD90D8 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 144 216 -
CMYK 0.05 0.33 0 0.15
HSL 290.83º 0.48% 0.71% -
HSV(B) 290.83º 0.33% 0.85% -
XYZ 47.54 37.88 69.77 -
YUV 170.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 205 144 216 0.05 0.33 0 0.15 290.83 0.48 0.71
Hex CD 90 D8 5 21 0 F 123 30 47
Octal 315 220 330 5 41 0 17 443 60 107
Binary 11001101 10010000 11011000 101 100001 0 1111 100100011 110000 1000111

Color Harmonies of #CD90D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90D8

Black with #CD90D8

Text Example


Text Example

White with #CD90D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90D8; }

 p { color: rgb(205,144,216); }

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

background-color css

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

 a { background-color: rgb(205,144,216); }

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

border-color css

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

 span { border-color: rgb(205,144,216); }

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