Html Css Color HEX #D97CCF Orchid

📋 copy color: '#D97CCF'

red 217 ◦ green 124 ◦ blue 207

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

Shades of Orchid #D97CCF

Tints of Orchid #D97CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.77%

R = 39.6%
G = 22.63%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D97CCF (or 0xD97CCF) is known color: Orchid. HEX triplet: D9, 7C and CF. RGB value is (217,124,207). Sum of RGB (Red+Green+Blue) = 217+124+207=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CCF is #268330. Grayscale: #A1A1A1. Windows color (decimal): -2523953 or 13597913. OLE color: 13597913.

HSL color Cylindrical-coordinate representation of color #D97CCF: hue angle of 306.45º degrees, saturation: 0.55, 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 #D97CCF is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 124 207 -
CMYK 0 0.43 0.05 0.15
HSL 306.45º 0.55% 0.67% -
HSV(B) 306.45º 0.43% 0.85% -
XYZ 47.09 33.67 63.05 -
YUV 161.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 217 124 207 0 0.43 0.05 0.15 306.45 0.55 0.67
Hex D9 7C CF 0 2B 5 F 132 37 43
Octal 331 174 317 0 53 5 17 462 67 103
Binary 11011001 1111100 11001111 0 101011 101 1111 100110010 110111 1000011

Color Harmonies of #D97CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97CCF

Black with #D97CCF

Text Example


Text Example

White with #D97CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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