Html Css Color HEX #D76DCF Orchid

📋 copy color: '#D76DCF'

red 215 ◦ green 109 ◦ blue 207

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

Shades of Orchid #D76DCF

Tints of Orchid #D76DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.53%

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

R = 40.49%
G = 20.53%
B = 38.98%

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

#D76DCF (or 0xD76DCF) is known color: Orchid. HEX triplet: D7, 6D and CF. RGB value is (215,109,207). Sum of RGB (Red+Green+Blue) = 215+109+207=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DCF is #289230. Grayscale: #979797. Windows color (decimal): -2658865 or 13594071. OLE color: 13594071.

HSL color Cylindrical-coordinate representation of color #D76DCF: hue angle of 304.53º 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 #D76DCF is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 207 -
CMYK 0 0.49 0.04 0.16
HSL 304.53º 0.57% 0.64% -
HSV(B) 304.53º 0.49% 0.84% -
XYZ 44.76 29.89 62.44 -
YUV 151.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 215 109 207 0 0.49 0.04 0.16 304.53 0.57 0.64
Hex D7 6D CF 0 31 4 10 131 39 40
Octal 327 155 317 0 61 4 20 461 71 100
Binary 11010111 1101101 11001111 0 110001 100 10000 100110001 111001 1000000

Color Harmonies of #D76DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DCF

Black with #D76DCF

Text Example


Text Example

White with #D76DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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