Html Css Color HEX #D97EDA Orchid

📋 copy color: '#D97EDA'

red 217 ◦ green 126 ◦ blue 218

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

Shades of Orchid #D97EDA

Tints of Orchid #D97EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.46%

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 38.68%
G = 22.46%
B = 38.86%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D97EDA (or 0xD97EDA) is known color: Orchid. HEX triplet: D9, 7E and DA. RGB value is (217,126,218). Sum of RGB (Red+Green+Blue) = 217+126+218=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #D97EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EDA is #268125. Grayscale: #A3A3A3. Windows color (decimal): -2523430 or 14319321. OLE color: 14319321.

HSL color Cylindrical-coordinate representation of color #D97EDA: hue angle of 299.35º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97EDA is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 126 218 -
CMYK 0.00 0.42 0 0.15
HSL 299.35º 0.55% 0.67% -
HSV(B) 299.35º 0.42% 0.85% -
XYZ 48.73 34.74 70.47 -
YUV 163.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 217 126 218 0.00 0.42 0 0.15 299.35 0.55 0.67
Hex D9 7E DA 0 2A 0 F 12B 37 43
Octal 331 176 332 0 52 0 17 453 67 103
Binary 11011001 1111110 11011010 0 101010 0 1111 100101011 110111 1000011

Color Harmonies of #D97EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97EDA

Black with #D97EDA

Text Example


Text Example

White with #D97EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97EDA; }

 p { color: rgb(217,126,218); }

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

background-color css

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

 a { background-color: rgb(217,126,218); }

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

border-color css

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

 span { border-color: rgb(217,126,218); }

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