Html Css Color HEX #D587CF Orchid

📋 copy color: '#D587CF'

red 213 ◦ green 135 ◦ blue 207

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

Shades of Orchid #D587CF

Tints of Orchid #D587CF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.32%

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

R = 38.38%
G = 24.32%
B = 37.3%

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

#D587CF (or 0xD587CF) is known color: Orchid. HEX triplet: D5, 87 and CF. RGB value is (213,135,207). Sum of RGB (Red+Green+Blue) = 213+135+207=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D587CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587CF is #2A7830. Grayscale: #A6A6A6. Windows color (decimal): -2783281 or 13600725. OLE color: 13600725.

HSL color Cylindrical-coordinate representation of color #D587CF: hue angle of 304.62º 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 #D587CF is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 135 207 -
CMYK 0 0.37 0.03 0.16
HSL 304.62º 0.48% 0.68% -
HSV(B) 304.62º 0.37% 0.84% -
XYZ 47.37 35.98 63.48 -
YUV 166.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 213 135 207 0 0.37 0.03 0.16 304.62 0.48 0.68
Hex D5 87 CF 0 25 3 10 131 30 44
Octal 325 207 317 0 45 3 20 461 60 104
Binary 11010101 10000111 11001111 0 100101 11 10000 100110001 110000 1000100

Color Harmonies of #D587CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D587CF

Black with #D587CF

Text Example


Text Example

White with #D587CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D587CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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