Html Css Color HEX #D585D9 Orchid

📋 copy color: '#D585D9'

red 213 ◦ green 133 ◦ blue 217

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

Shades of Orchid #D585D9

Tints of Orchid #D585D9

RGB

 RED value IS 213 (83.59% from 255) = 37.83%

 GREEN value IS 133 (52.34% from 255) = 23.62%

 BLUE value IS 217 (85.16% from 255) = 38.54%

R = 37.83%
G = 23.62%
B = 38.54%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D585D9 (or 0xD585D9) is known color: Orchid. HEX triplet: D5, 85 and D9. RGB value is (213,133,217). Sum of RGB (Red+Green+Blue) = 213+133+217=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #D585D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585D9 is #2A7A26. Grayscale: #A6A6A6. Windows color (decimal): -2783783 or 14255573. OLE color: 14255573.

HSL color Cylindrical-coordinate representation of color #D585D9: hue angle of 297.14º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D585D9 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 133 217 -
CMYK 0.02 0.39 0 0.15
HSL 297.14º 0.53% 0.69% -
HSV(B) 297.14º 0.39% 0.85% -
XYZ 48.35 35.93 70.03 -
YUV 166.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 213 133 217 0.02 0.39 0 0.15 297.14 0.53 0.69
Hex D5 85 D9 2 27 0 F 129 34 45
Octal 325 205 331 2 47 0 17 451 64 105
Binary 11010101 10000101 11011001 10 100111 0 1111 100101001 110100 1000101

Color Harmonies of #D585D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D585D9

Black with #D585D9

Text Example


Text Example

White with #D585D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D585D9; }

 p { color: rgb(213,133,217); }

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

background-color css

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

 a { background-color: rgb(213,133,217); }

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

border-color css

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

 span { border-color: rgb(213,133,217); }

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