Html Css Color HEX #D587CC Orchid

📋 copy color: '#D587CC'

red 213 ◦ green 135 ◦ blue 204

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

Shades of Orchid #D587CC

Tints of Orchid #D587CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.96%

R = 38.59%
G = 24.46%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D587CC (or 0xD587CC) is known color: Orchid. HEX triplet: D5, 87 and CC. RGB value is (213,135,204). Sum of RGB (Red+Green+Blue) = 213+135+204=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D587CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587CC is #2A7833. Grayscale: #A5A5A5. Windows color (decimal): -2783284 or 13404117. OLE color: 13404117.

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

Color convert

RGB 213 135 204 -
CMYK 0 0.37 0.04 0.16
HSL 306.92º 0.48% 0.68% -
HSV(B) 306.92º 0.37% 0.84% -
XYZ 47 35.83 61.57 -
YUV 166.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 213 135 204 0 0.37 0.04 0.16 306.92 0.48 0.68
Hex D5 87 CC 0 25 4 10 133 30 44
Octal 325 207 314 0 45 4 20 463 60 104
Binary 11010101 10000111 11001100 0 100101 100 10000 100110011 110000 1000100

Color Harmonies of #D587CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D587CC

Black with #D587CC

Text Example


Text Example

White with #D587CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D587CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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