Html Css Color HEX #D98ACC Orchid

📋 copy color: '#D98ACC'

red 217 ◦ green 138 ◦ blue 204

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

Shades of Orchid #D98ACC

Tints of Orchid #D98ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 38.82%
G = 24.69%
B = 36.49%

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

#D98ACC (or 0xD98ACC) is known color: Orchid. HEX triplet: D9, 8A and CC. RGB value is (217,138,204). Sum of RGB (Red+Green+Blue) = 217+138+204=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D98ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ACC is #267533. Grayscale: #A8A8A8. Windows color (decimal): -2520372 or 13404889. OLE color: 13404889.

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

Color convert

RGB 217 138 204 -
CMYK 0 0.36 0.06 0.15
HSL 309.87º 0.51% 0.7% -
HSV(B) 309.87º 0.36% 0.85% -
XYZ 48.6 37.29 61.76 -
YUV 169.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 217 138 204 0 0.36 0.06 0.15 309.87 0.51 0.7
Hex D9 8A CC 0 24 6 F 136 33 46
Octal 331 212 314 0 44 6 17 466 63 106
Binary 11011001 10001010 11001100 0 100100 110 1111 100110110 110011 1000110

Color Harmonies of #D98ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98ACC

Black with #D98ACC

Text Example


Text Example

White with #D98ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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