Html Css Color HEX #D97FC2 Orchid

📋 copy color: '#D97FC2'

red 217 ◦ green 127 ◦ blue 194

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

Shades of Orchid #D97FC2

Tints of Orchid #D97FC2

RGB

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

 GREEN value IS 127 (50% from 255) = 23.61%

 BLUE value IS 194 (76.17% from 255) = 36.06%

R = 40.33%
G = 23.61%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D97FC2 (or 0xD97FC2) is known color: Orchid. HEX triplet: D9, 7F and C2. RGB value is (217,127,194). Sum of RGB (Red+Green+Blue) = 217+127+194=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FC2 is #26803D. Grayscale: #A1A1A1. Windows color (decimal): -2523198 or 12746713. OLE color: 12746713.

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

Color convert

RGB 217 127 194 -
CMYK 0 0.41 0.11 0.15
HSL 315.33º 0.54% 0.67% -
HSV(B) 315.33º 0.41% 0.85% -
XYZ 45.94 33.83 55.15 -
YUV 161.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 217 127 194 0 0.41 0.11 0.15 315.33 0.54 0.67
Hex D9 7F C2 0 29 B F 13B 36 43
Octal 331 177 302 0 51 13 17 473 66 103
Binary 11011001 1111111 11000010 0 101001 1011 1111 100111011 110110 1000011

Color Harmonies of #D97FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FC2

Black with #D97FC2

Text Example


Text Example

White with #D97FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FC2; }

 p { color: rgb(217,127,194); }

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

background-color css

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

 a { background-color: rgb(217,127,194); }

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

border-color css

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

 span { border-color: rgb(217,127,194); }

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