Html Css Color HEX #D585DF Orchid

📋 copy color: '#D585DF'

red 213 ◦ green 133 ◦ blue 223

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

Shades of Orchid #D585DF

Tints of Orchid #D585DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 37.43%
G = 23.37%
B = 39.19%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D585DF (or 0xD585DF) is known color: Orchid. HEX triplet: D5, 85 and DF. RGB value is (213,133,223). Sum of RGB (Red+Green+Blue) = 213+133+223=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #D585DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585DF is #2A7A20. Grayscale: #A6A6A6. Windows color (decimal): -2783777 or 14648789. OLE color: 14648789.

HSL color Cylindrical-coordinate representation of color #D585DF: hue angle of 293.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D585DF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 133 223 -
CMYK 0.04 0.40 0 0.13
HSL 293.33º 0.58% 0.7% -
HSV(B) 293.33º 0.4% 0.87% -
XYZ 49.15 36.25 74.22 -
YUV 167.18 159.5 160.68 -
System Red Green Blue C M Y K H S L
Decimal 213 133 223 0.04 0.40 0 0.13 293.33 0.58 0.7
Hex D5 85 DF 4 28 0 D 125 3A 46
Octal 325 205 337 4 50 0 15 445 72 106
Binary 11010101 10000101 11011111 100 101000 0 1101 100100101 111010 1000110

Color Harmonies of #D585DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D585DF

Black with #D585DF

Text Example


Text Example

White with #D585DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D585DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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