Html Css Color HEX #D586CF Orchid

📋 copy color: '#D586CF'

red 213 ◦ green 134 ◦ blue 207

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

Shades of Orchid #D586CF

Tints of Orchid #D586CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.36%

R = 38.45%
G = 24.19%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D586CF (or 0xD586CF) is known color: Orchid. HEX triplet: D5, 86 and CF. RGB value is (213,134,207). Sum of RGB (Red+Green+Blue) = 213+134+207=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D586CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586CF is #2A7930. Grayscale: #A5A5A5. Windows color (decimal): -2783537 or 13600469. OLE color: 13600469.

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

Color convert

RGB 213 134 207 -
CMYK 0 0.37 0.03 0.16
HSL 304.56º 0.48% 0.68% -
HSV(B) 304.56º 0.37% 0.84% -
XYZ 47.23 35.7 63.43 -
YUV 165.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 213 134 207 0 0.37 0.03 0.16 304.56 0.48 0.68
Hex D5 86 CF 0 25 3 10 131 30 44
Octal 325 206 317 0 45 3 20 461 60 104
Binary 11010101 10000110 11001111 0 100101 11 10000 100110001 110000 1000100

Color Harmonies of #D586CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D586CF

Black with #D586CF

Text Example


Text Example

White with #D586CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D586CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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