Html Css Color HEX #D98ACD Orchid

📋 copy color: '#D98ACD'

red 217 ◦ green 138 ◦ blue 205

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

Shades of Orchid #D98ACD

Tints of Orchid #D98ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.61%

R = 38.75%
G = 24.64%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D98ACD (or 0xD98ACD) is known color: Orchid. HEX triplet: D9, 8A and CD. RGB value is (217,138,205). Sum of RGB (Red+Green+Blue) = 217+138+205=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D98ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ACD is #267532. Grayscale: #A9A9A9. Windows color (decimal): -2520371 or 13470425. OLE color: 13470425.

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

Color convert

RGB 217 138 205 -
CMYK 0 0.36 0.06 0.15
HSL 309.11º 0.51% 0.7% -
HSV(B) 309.11º 0.36% 0.85% -
XYZ 48.72 37.34 62.4 -
YUV 169.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 217 138 205 0 0.36 0.06 0.15 309.11 0.51 0.7
Hex D9 8A CD 0 24 6 F 135 33 46
Octal 331 212 315 0 44 6 17 465 63 106
Binary 11011001 10001010 11001101 0 100100 110 1111 100110101 110011 1000110

Color Harmonies of #D98ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98ACD

Black with #D98ACD

Text Example


Text Example

White with #D98ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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