Html Css Color HEX #D76ECF Orchid

📋 copy color: '#D76ECF'

red 215 ◦ green 110 ◦ blue 207

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

Shades of Orchid #D76ECF

Tints of Orchid #D76ECF

RGB

 RED value IS 215 (84.38% from 255) = 40.41%

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

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

R = 40.41%
G = 20.68%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D76ECF (or 0xD76ECF) is known color: Orchid. HEX triplet: D7, 6E and CF. RGB value is (215,110,207). Sum of RGB (Red+Green+Blue) = 215+110+207=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ECF is #289130. Grayscale: #989898. Windows color (decimal): -2658609 or 13594327. OLE color: 13594327.

HSL color Cylindrical-coordinate representation of color #D76ECF: hue angle of 304.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76ECF is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 110 207 -
CMYK 0 0.49 0.04 0.16
HSL 304.57º 0.57% 0.64% -
HSV(B) 304.57º 0.49% 0.84% -
XYZ 44.86 30.1 62.48 -
YUV 152.45 158.79 172.61 -
System Red Green Blue C M Y K H S L
Decimal 215 110 207 0 0.49 0.04 0.16 304.57 0.57 0.64
Hex D7 6E CF 0 31 4 10 131 39 40
Octal 327 156 317 0 61 4 20 461 71 100
Binary 11010111 1101110 11001111 0 110001 100 10000 100110001 111001 1000000

Color Harmonies of #D76ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76ECF

Black with #D76ECF

Text Example


Text Example

White with #D76ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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