Html Css Color HEX #D97BCF Orchid

📋 copy color: '#D97BCF'

red 217 ◦ green 123 ◦ blue 207

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

Shades of Orchid #D97BCF

Tints of Orchid #D97BCF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.49%

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

R = 39.67%
G = 22.49%
B = 37.84%

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

#D97BCF (or 0xD97BCF) is known color: Orchid. HEX triplet: D9, 7B and CF. RGB value is (217,123,207). Sum of RGB (Red+Green+Blue) = 217+123+207=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BCF is #268430. Grayscale: #A0A0A0. Windows color (decimal): -2524209 or 13597657. OLE color: 13597657.

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

Color convert

RGB 217 123 207 -
CMYK 0 0.43 0.05 0.15
HSL 306.38º 0.55% 0.67% -
HSV(B) 306.38º 0.43% 0.85% -
XYZ 46.96 33.42 63.01 -
YUV 160.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 217 123 207 0 0.43 0.05 0.15 306.38 0.55 0.67
Hex D9 7B CF 0 2B 5 F 132 37 43
Octal 331 173 317 0 53 5 17 462 67 103
Binary 11011001 1111011 11001111 0 101011 101 1111 100110010 110111 1000011

Color Harmonies of #D97BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97BCF

Black with #D97BCF

Text Example


Text Example

White with #D97BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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