Html Css Color HEX #D586DA Orchid

📋 copy color: '#D586DA'

red 213 ◦ green 134 ◦ blue 218

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

Shades of Orchid #D586DA

Tints of Orchid #D586DA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.72%

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

R = 37.7%
G = 23.72%
B = 38.58%

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

#D586DA (or 0xD586DA) is known color: Orchid. HEX triplet: D5, 86 and DA. RGB value is (213,134,218). Sum of RGB (Red+Green+Blue) = 213+134+218=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #D586DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586DA is #2A7925. Grayscale: #A6A6A6. Windows color (decimal): -2783526 or 14321365. OLE color: 14321365.

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

Color convert

RGB 213 134 218 -
CMYK 0.02 0.39 0 0.15
HSL 296.43º 0.53% 0.69% -
HSV(B) 296.43º 0.39% 0.85% -
XYZ 48.62 36.26 70.77 -
YUV 167.2 156.67 160.67 -
System Red Green Blue C M Y K H S L
Decimal 213 134 218 0.02 0.39 0 0.15 296.43 0.53 0.69
Hex D5 86 DA 2 27 0 F 128 35 45
Octal 325 206 332 2 47 0 17 450 65 105
Binary 11010101 10000110 11011010 10 100111 0 1111 100101000 110101 1000101

Color Harmonies of #D586DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D586DA

Black with #D586DA

Text Example


Text Example

White with #D586DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D586DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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