Html Css Color HEX #D588C7 Orchid

📋 copy color: '#D588C7'

red 213 ◦ green 136 ◦ blue 199

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

Shades of Orchid #D588C7

Tints of Orchid #D588C7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.82%

 BLUE value IS 199 (78.13% from 255) = 36.31%

R = 38.87%
G = 24.82%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D588C7 (or 0xD588C7) is known color: Orchid. HEX triplet: D5, 88 and C7. RGB value is (213,136,199). Sum of RGB (Red+Green+Blue) = 213+136+199=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D588C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588C7 is #2A7738. Grayscale: #A6A6A6. Windows color (decimal): -2783033 or 13076693. OLE color: 13076693.

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

Color convert

RGB 213 136 199 -
CMYK 0 0.36 0.07 0.16
HSL 310.91º 0.48% 0.68% -
HSV(B) 310.91º 0.36% 0.84% -
XYZ 46.55 35.88 58.5 -
YUV 166.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 213 136 199 0 0.36 0.07 0.16 310.91 0.48 0.68
Hex D5 88 C7 0 24 7 10 137 30 44
Octal 325 210 307 0 44 7 20 467 60 104
Binary 11010101 10001000 11000111 0 100100 111 10000 100110111 110000 1000100

Color Harmonies of #D588C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588C7

Black with #D588C7

Text Example


Text Example

White with #D588C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588C7; }

 p { color: rgb(213,136,199); }

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

background-color css

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

 a { background-color: rgb(213,136,199); }

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

border-color css

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

 span { border-color: rgb(213,136,199); }

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