Html Css Color HEX #D589C9 Orchid

📋 copy color: '#D589C9'

red 213 ◦ green 137 ◦ blue 201

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

Shades of Orchid #D589C9

Tints of Orchid #D589C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.48%

R = 38.66%
G = 24.86%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D589C9 (or 0xD589C9) is known color: Orchid. HEX triplet: D5, 89 and C9. RGB value is (213,137,201). Sum of RGB (Red+Green+Blue) = 213+137+201=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D589C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589C9 is #2A7636. Grayscale: #A6A6A6. Windows color (decimal): -2782775 or 13208021. OLE color: 13208021.

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

Color convert

RGB 213 137 201 -
CMYK 0 0.36 0.06 0.16
HSL 309.47º 0.48% 0.69% -
HSV(B) 309.47º 0.36% 0.84% -
XYZ 46.93 36.25 59.78 -
YUV 167.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 213 137 201 0 0.36 0.06 0.16 309.47 0.48 0.69
Hex D5 89 C9 0 24 6 10 135 30 45
Octal 325 211 311 0 44 6 20 465 60 105
Binary 11010101 10001001 11001001 0 100100 110 10000 100110101 110000 1000101

Color Harmonies of #D589C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D589C9

Black with #D589C9

Text Example


Text Example

White with #D589C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D589C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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