Html Css Color HEX #D585D3 Orchid

📋 copy color: '#D585D3'

red 213 ◦ green 133 ◦ blue 211

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

Shades of Orchid #D585D3

Tints of Orchid #D585D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.88%

R = 38.24%
G = 23.88%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D585D3 (or 0xD585D3) is known color: Orchid. HEX triplet: D5, 85 and D3. RGB value is (213,133,211). Sum of RGB (Red+Green+Blue) = 213+133+211=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D585D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585D3 is #2A7A2C. Grayscale: #A5A5A5. Windows color (decimal): -2783789 or 13862357. OLE color: 13862357.

HSL color Cylindrical-coordinate representation of color #D585D3: hue angle of 301.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D585D3 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 133 211 -
CMYK 0 0.38 0.01 0.16
HSL 301.5º 0.49% 0.68% -
HSV(B) 301.5º 0.38% 0.84% -
XYZ 47.59 35.62 66 -
YUV 165.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 213 133 211 0 0.38 0.01 0.16 301.5 0.49 0.68
Hex D5 85 D3 0 26 1 10 12E 31 44
Octal 325 205 323 0 46 1 20 456 61 104
Binary 11010101 10000101 11010011 0 100110 1 10000 100101110 110001 1000100

Color Harmonies of #D585D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D585D3

Black with #D585D3

Text Example


Text Example

White with #D585D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D585D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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