Html Css Color HEX #D97FE3 Orchid

📋 copy color: '#D97FE3'

red 217 ◦ green 127 ◦ blue 227

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

Shades of Orchid #D97FE3

Tints of Orchid #D97FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.75%

R = 38%
G = 22.24%
B = 39.75%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D97FE3 (or 0xD97FE3) is known color: Orchid. HEX triplet: D9, 7F and E3. RGB value is (217,127,227). Sum of RGB (Red+Green+Blue) = 217+127+227=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 227 - color contains mainly: blue. Hex color #D97FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FE3 is #26801C. Grayscale: #A4A4A4. Windows color (decimal): -2523165 or 14909401. OLE color: 14909401.

HSL color Cylindrical-coordinate representation of color #D97FE3: hue angle of 294º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97FE3 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 127 227 -
CMYK 0.04 0.44 0 0.11
HSL 294º 0.64% 0.69% -
HSV(B) 294º 0.44% 0.89% -
XYZ 50.07 35.48 76.88 -
YUV 165.31 162.82 164.87 -
System Red Green Blue C M Y K H S L
Decimal 217 127 227 0.04 0.44 0 0.11 294 0.64 0.69
Hex D9 7F E3 4 2C 0 B 126 40 45
Octal 331 177 343 4 54 0 13 446 100 105
Binary 11011001 1111111 11100011 100 101100 0 1011 100100110 1000000 1000101

Color Harmonies of #D97FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FE3

Black with #D97FE3

Text Example


Text Example

White with #D97FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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