Html Css Color HEX #D585DC Orchid

📋 copy color: '#D585DC'

red 213 ◦ green 133 ◦ blue 220

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

Shades of Orchid #D585DC

Tints of Orchid #D585DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 37.63%
G = 23.5%
B = 38.87%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D585DC (or 0xD585DC) is known color: Orchid. HEX triplet: D5, 85 and DC. RGB value is (213,133,220). Sum of RGB (Red+Green+Blue) = 213+133+220=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #D585DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585DC is #2A7A23. Grayscale: #A6A6A6. Windows color (decimal): -2783780 or 14452181. OLE color: 14452181.

HSL color Cylindrical-coordinate representation of color #D585DC: hue angle of 295.17º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D585DC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 133 220 -
CMYK 0.03 0.40 0 0.14
HSL 295.17º 0.55% 0.69% -
HSV(B) 295.17º 0.4% 0.86% -
XYZ 48.75 36.09 72.11 -
YUV 166.84 158 160.93 -
System Red Green Blue C M Y K H S L
Decimal 213 133 220 0.03 0.40 0 0.14 295.17 0.55 0.69
Hex D5 85 DC 3 28 0 E 127 37 45
Octal 325 205 334 3 50 0 16 447 67 105
Binary 11010101 10000101 11011100 11 101000 0 1110 100100111 110111 1000101

Color Harmonies of #D585DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D585DC

Black with #D585DC

Text Example


Text Example

White with #D585DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D585DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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