Html Css Color HEX #D97DE6 Orchid

📋 copy color: '#D97DE6'

red 217 ◦ green 125 ◦ blue 230

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

Shades of Orchid #D97DE6

Tints of Orchid #D97DE6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.85%

 BLUE value IS 230 (90.23% from 255) = 40.21%

R = 37.94%
G = 21.85%
B = 40.21%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D97DE6 (or 0xD97DE6) is known color: Orchid. HEX triplet: D9, 7D and E6. RGB value is (217,125,230). Sum of RGB (Red+Green+Blue) = 217+125+230=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #D97DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97DE6 is #268219. Grayscale: #A4A4A4. Windows color (decimal): -2523674 or 15105497. OLE color: 15105497.

HSL color Cylindrical-coordinate representation of color #D97DE6: hue angle of 292.57º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D97DE6 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 125 230 -
CMYK 0.06 0.46 0 0.10
HSL 292.57º 0.68% 0.7% -
HSV(B) 292.57º 0.46% 0.9% -
XYZ 50.23 35.13 79 -
YUV 164.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 217 125 230 0.06 0.46 0 0.10 292.57 0.68 0.7
Hex D9 7D E6 6 2E 0 A 125 44 46
Octal 331 175 346 6 56 0 12 445 104 106
Binary 11011001 1111101 11100110 110 101110 0 1010 100100101 1000100 1000110

Color Harmonies of #D97DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97DE6

Black with #D97DE6

Text Example


Text Example

White with #D97DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97DE6; }

 p { color: rgb(217,125,230); }

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

background-color css

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

 a { background-color: rgb(217,125,230); }

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

border-color css

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

 span { border-color: rgb(217,125,230); }

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