Html Css Color HEX #D589C7 Orchid

📋 copy color: '#D589C7'

red 213 ◦ green 137 ◦ blue 199

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

Shades of Orchid #D589C7

Tints of Orchid #D589C7

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.95%

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

R = 38.8%
G = 24.95%
B = 36.25%

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

#D589C7 (or 0xD589C7) is known color: Orchid. HEX triplet: D5, 89 and C7. RGB value is (213,137,199). Sum of RGB (Red+Green+Blue) = 213+137+199=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D589C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589C7 is #2A7638. Grayscale: #A6A6A6. Windows color (decimal): -2782777 or 13076949. OLE color: 13076949.

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

Color convert

RGB 213 137 199 -
CMYK 0 0.36 0.07 0.16
HSL 311.05º 0.48% 0.69% -
HSV(B) 311.05º 0.36% 0.84% -
XYZ 46.7 36.16 58.55 -
YUV 166.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 213 137 199 0 0.36 0.07 0.16 311.05 0.48 0.69
Hex D5 89 C7 0 24 7 10 137 30 45
Octal 325 211 307 0 44 7 20 467 60 105
Binary 11010101 10001001 11000111 0 100100 111 10000 100110111 110000 1000101

Color Harmonies of #D589C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D589C7

Black with #D589C7

Text Example


Text Example

White with #D589C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D589C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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