Html Css Color HEX #CD90D6 Wisteria

📋 copy color: '#CD90D6'

red 205 ◦ green 144 ◦ blue 214

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

Shades of Wisteria #CD90D6

Tints of Wisteria #CD90D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.01%

R = 36.41%
G = 25.58%
B = 38.01%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD90D6 (or 0xCD90D6) is known color: Wisteria. HEX triplet: CD, 90 and D6. RGB value is (205,144,214). Sum of RGB (Red+Green+Blue) = 205+144+214=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD90D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90D6 is #326F29. Grayscale: #A9A9A9. Windows color (decimal): -3305258 or 14061773. OLE color: 14061773.

HSL color Cylindrical-coordinate representation of color #CD90D6: hue angle of 292.29º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD90D6 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 144 214 -
CMYK 0.04 0.33 0 0.16
HSL 292.29º 0.46% 0.7% -
HSV(B) 292.29º 0.33% 0.84% -
XYZ 47.29 37.78 68.42 -
YUV 170.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 205 144 214 0.04 0.33 0 0.16 292.29 0.46 0.7
Hex CD 90 D6 4 21 0 10 124 2E 46
Octal 315 220 326 4 41 0 20 444 56 106
Binary 11001101 10010000 11010110 100 100001 0 10000 100100100 101110 1000110

Color Harmonies of #CD90D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90D6

Black with #CD90D6

Text Example


Text Example

White with #CD90D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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