Html Css Color HEX #D97CDA Orchid

📋 copy color: '#D97CDA'

red 217 ◦ green 124 ◦ blue 218

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

Shades of Orchid #D97CDA

Tints of Orchid #D97CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.18%

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

R = 38.82%
G = 22.18%
B = 39%

CMYK

 C value IS 0.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D97CDA (or 0xD97CDA) is known color: Orchid. HEX triplet: D9, 7C and DA. RGB value is (217,124,218). Sum of RGB (Red+Green+Blue) = 217+124+218=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #D97CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CDA is #268325. Grayscale: #A2A2A2. Windows color (decimal): -2523942 or 14318809. OLE color: 14318809.

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

Color convert

RGB 217 124 218 -
CMYK 0.00 0.43 0 0.15
HSL 299.36º 0.56% 0.67% -
HSV(B) 299.36º 0.43% 0.85% -
XYZ 48.48 34.23 70.38 -
YUV 162.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 217 124 218 0.00 0.43 0 0.15 299.36 0.56 0.67
Hex D9 7C DA 0 2B 0 F 12B 38 43
Octal 331 174 332 0 53 0 17 453 70 103
Binary 11011001 1111100 11011010 0 101011 0 1111 100101011 111000 1000011

Color Harmonies of #D97CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97CDA

Black with #D97CDA

Text Example


Text Example

White with #D97CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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