Html Css Color HEX #D587C2 Orchid

📋 copy color: '#D587C2'

red 213 ◦ green 135 ◦ blue 194

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

Shades of Orchid #D587C2

Tints of Orchid #D587C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.79%

R = 39.3%
G = 24.91%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D587C2 (or 0xD587C2) is known color: Orchid. HEX triplet: D5, 87 and C2. RGB value is (213,135,194). Sum of RGB (Red+Green+Blue) = 213+135+194=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D587C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587C2 is #2A783D. Grayscale: #A4A4A4. Windows color (decimal): -2783294 or 12748757. OLE color: 12748757.

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

Color convert

RGB 213 135 194 -
CMYK 0 0.37 0.09 0.16
HSL 314.62º 0.48% 0.68% -
HSV(B) 314.62º 0.37% 0.84% -
XYZ 45.84 35.37 55.45 -
YUV 165.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 213 135 194 0 0.37 0.09 0.16 314.62 0.48 0.68
Hex D5 87 C2 0 25 9 10 13B 30 44
Octal 325 207 302 0 45 11 20 473 60 104
Binary 11010101 10000111 11000010 0 100101 1001 10000 100111011 110000 1000100

Color Harmonies of #D587C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D587C2

Black with #D587C2

Text Example


Text Example

White with #D587C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D587C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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