Html Css Color HEX #D585DB Orchid

📋 copy color: '#D585DB'

red 213 ◦ green 133 ◦ blue 219

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

Shades of Orchid #D585DB

Tints of Orchid #D585DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 37.7%
G = 23.54%
B = 38.76%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D585DB (or 0xD585DB) is known color: Orchid. HEX triplet: D5, 85 and DB. RGB value is (213,133,219). Sum of RGB (Red+Green+Blue) = 213+133+219=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #D585DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585DB is #2A7A24. Grayscale: #A6A6A6. Windows color (decimal): -2783781 or 14386645. OLE color: 14386645.

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

Color convert

RGB 213 133 219 -
CMYK 0.03 0.39 0 0.14
HSL 295.81º 0.54% 0.69% -
HSV(B) 295.81º 0.39% 0.86% -
XYZ 48.61 36.04 71.41 -
YUV 166.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 213 133 219 0.03 0.39 0 0.14 295.81 0.54 0.69
Hex D5 85 DB 3 27 0 E 128 36 45
Octal 325 205 333 3 47 0 16 450 66 105
Binary 11010101 10000101 11011011 11 100111 0 1110 100101000 110110 1000101

Color Harmonies of #D585DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D585DB

Black with #D585DB

Text Example


Text Example

White with #D585DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D585DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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