Html Css Color HEX #D98AC8 Orchid

📋 copy color: '#D98AC8'

red 217 ◦ green 138 ◦ blue 200

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

Shades of Orchid #D98AC8

Tints of Orchid #D98AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.04%

R = 39.1%
G = 24.86%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D98AC8 (or 0xD98AC8) is known color: Orchid. HEX triplet: D9, 8A and C8. RGB value is (217,138,200). Sum of RGB (Red+Green+Blue) = 217+138+200=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98AC8 is #267537. Grayscale: #A8A8A8. Windows color (decimal): -2520376 or 13142745. OLE color: 13142745.

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

Color convert

RGB 217 138 200 -
CMYK 0 0.36 0.08 0.15
HSL 312.91º 0.51% 0.7% -
HSV(B) 312.91º 0.36% 0.85% -
XYZ 48.13 37.1 59.27 -
YUV 168.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 217 138 200 0 0.36 0.08 0.15 312.91 0.51 0.7
Hex D9 8A C8 0 24 8 F 139 33 46
Octal 331 212 310 0 44 10 17 471 63 106
Binary 11011001 10001010 11001000 0 100100 1000 1111 100111001 110011 1000110

Color Harmonies of #D98AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98AC8

Black with #D98AC8

Text Example


Text Example

White with #D98AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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