Html Css Color HEX #D989C7 Orchid

📋 copy color: '#D989C7'

red 217 ◦ green 137 ◦ blue 199

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

Shades of Orchid #D989C7

Tints of Orchid #D989C7

RGB

 RED value IS 217 (85.16% from 255) = 39.24%

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

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

R = 39.24%
G = 24.77%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D989C7 (or 0xD989C7) is known color: Orchid. HEX triplet: D9, 89 and C7. RGB value is (217,137,199). Sum of RGB (Red+Green+Blue) = 217+137+199=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D989C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989C7 is #267638. Grayscale: #A7A7A7. Windows color (decimal): -2520633 or 13076953. OLE color: 13076953.

HSL color Cylindrical-coordinate representation of color #D989C7: hue angle of 313.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D989C7 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 137 199 -
CMYK 0 0.37 0.08 0.15
HSL 313.5º 0.51% 0.69% -
HSV(B) 313.5º 0.37% 0.85% -
XYZ 47.87 36.77 58.61 -
YUV 167.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 217 137 199 0 0.37 0.08 0.15 313.5 0.51 0.69
Hex D9 89 C7 0 25 8 F 13A 33 45
Octal 331 211 307 0 45 10 17 472 63 105
Binary 11011001 10001001 11000111 0 100101 1000 1111 100111010 110011 1000101

Color Harmonies of #D989C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D989C7

Black with #D989C7

Text Example


Text Example

White with #D989C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D989C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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