Html Css Color HEX #D98ACF Orchid

📋 copy color: '#D98ACF'

red 217 ◦ green 138 ◦ blue 207

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

Shades of Orchid #D98ACF

Tints of Orchid #D98ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.56%

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 38.61%
G = 24.56%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D98ACF (or 0xD98ACF) is known color: Orchid. HEX triplet: D9, 8A and CF. RGB value is (217,138,207). Sum of RGB (Red+Green+Blue) = 217+138+207=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D98ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ACF is #267530. Grayscale: #A9A9A9. Windows color (decimal): -2520369 or 13601497. OLE color: 13601497.

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

Color convert

RGB 217 138 207 -
CMYK 0 0.36 0.05 0.15
HSL 307.59º 0.51% 0.7% -
HSV(B) 307.59º 0.36% 0.85% -
XYZ 48.97 37.43 63.68 -
YUV 169.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 217 138 207 0 0.36 0.05 0.15 307.59 0.51 0.7
Hex D9 8A CF 0 24 5 F 134 33 46
Octal 331 212 317 0 44 5 17 464 63 106
Binary 11011001 10001010 11001111 0 100100 101 1111 100110100 110011 1000110

Color Harmonies of #D98ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98ACF

Black with #D98ACF

Text Example


Text Example

White with #D98ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98ACF; }

 p { color: rgb(217,138,207); }

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

background-color css

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

 a { background-color: rgb(217,138,207); }

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

border-color css

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

 span { border-color: rgb(217,138,207); }

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