Html Css Color HEX #D585DA Orchid

📋 copy color: '#D585DA'

red 213 ◦ green 133 ◦ blue 218

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

Shades of Orchid #D585DA

Tints of Orchid #D585DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.65%

R = 37.77%
G = 23.58%
B = 38.65%

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

#D585DA (or 0xD585DA) is known color: Orchid. HEX triplet: D5, 85 and DA. RGB value is (213,133,218). Sum of RGB (Red+Green+Blue) = 213+133+218=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #D585DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585DA is #2A7A25. Grayscale: #A6A6A6. Windows color (decimal): -2783782 or 14321109. OLE color: 14321109.

HSL color Cylindrical-coordinate representation of color #D585DA: hue angle of 296.47º degrees, saturation: 0.53, 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 #D585DA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 133 218 -
CMYK 0.02 0.39 0 0.15
HSL 296.47º 0.53% 0.69% -
HSV(B) 296.47º 0.39% 0.85% -
XYZ 48.48 35.98 70.72 -
YUV 166.61 157 161.09 -
System Red Green Blue C M Y K H S L
Decimal 213 133 218 0.02 0.39 0 0.15 296.47 0.53 0.69
Hex D5 85 DA 2 27 0 F 128 35 45
Octal 325 205 332 2 47 0 17 450 65 105
Binary 11010101 10000101 11011010 10 100111 0 1111 100101000 110101 1000101

Color Harmonies of #D585DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D585DA

Black with #D585DA

Text Example


Text Example

White with #D585DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D585DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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