Html Css Color HEX #D97FC4 Orchid

📋 copy color: '#D97FC4'

red 217 ◦ green 127 ◦ blue 196

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

Shades of Orchid #D97FC4

Tints of Orchid #D97FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.3%

R = 40.19%
G = 23.52%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D97FC4 (or 0xD97FC4) is known color: Orchid. HEX triplet: D9, 7F and C4. RGB value is (217,127,196). Sum of RGB (Red+Green+Blue) = 217+127+196=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FC4 is #26803B. Grayscale: #A1A1A1. Windows color (decimal): -2523196 or 12877785. OLE color: 12877785.

HSL color Cylindrical-coordinate representation of color #D97FC4: hue angle of 314º 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 #D97FC4 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 127 196 -
CMYK 0 0.41 0.10 0.15
HSL 314º 0.54% 0.67% -
HSV(B) 314º 0.41% 0.85% -
XYZ 46.17 33.92 56.34 -
YUV 161.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 217 127 196 0 0.41 0.10 0.15 314 0.54 0.67
Hex D9 7F C4 0 29 A F 13A 36 43
Octal 331 177 304 0 51 12 17 472 66 103
Binary 11011001 1111111 11000100 0 101001 1010 1111 100111010 110110 1000011

Color Harmonies of #D97FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FC4

Black with #D97FC4

Text Example


Text Example

White with #D97FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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