Html Css Color HEX #D96ECF Orchid

📋 copy color: '#D96ECF'

red 217 ◦ green 110 ◦ blue 207

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

Shades of Orchid #D96ECF

Tints of Orchid #D96ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.6%

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

R = 40.64%
G = 20.6%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D96ECF (or 0xD96ECF) is known color: Orchid. HEX triplet: D9, 6E and CF. RGB value is (217,110,207). Sum of RGB (Red+Green+Blue) = 217+110+207=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D96ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ECF is #269130. Grayscale: #989898. Windows color (decimal): -2527537 or 13594329. OLE color: 13594329.

HSL color Cylindrical-coordinate representation of color #D96ECF: hue angle of 305.61º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96ECF is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 110 207 -
CMYK 0 0.49 0.05 0.15
HSL 305.61º 0.58% 0.64% -
HSV(B) 305.61º 0.49% 0.85% -
XYZ 45.45 30.41 62.51 -
YUV 153.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 217 110 207 0 0.49 0.05 0.15 305.61 0.58 0.64
Hex D9 6E CF 0 31 5 F 132 3A 40
Octal 331 156 317 0 61 5 17 462 72 100
Binary 11011001 1101110 11001111 0 110001 101 1111 100110010 111010 1000000

Color Harmonies of #D96ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96ECF

Black with #D96ECF

Text Example


Text Example

White with #D96ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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