Html Css Color HEX #D76FDC Orchid

📋 copy color: '#D76FDC'

red 215 ◦ green 111 ◦ blue 220

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

Shades of Orchid #D76FDC

Tints of Orchid #D76FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.33%

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 39.38%
G = 20.33%
B = 40.29%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D76FDC (or 0xD76FDC) is known color: Orchid. HEX triplet: D7, 6F and DC. RGB value is (215,111,220). Sum of RGB (Red+Green+Blue) = 215+111+220=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #D76FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FDC is #289023. Grayscale: #9A9A9A. Windows color (decimal): -2658340 or 14446551. OLE color: 14446551.

HSL color Cylindrical-coordinate representation of color #D76FDC: hue angle of 297.25º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76FDC is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 111 220 -
CMYK 0.02 0.50 0 0.14
HSL 297.25º 0.61% 0.65% -
HSV(B) 297.25º 0.5% 0.86% -
XYZ 46.63 30.98 71.23 -
YUV 154.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 215 111 220 0.02 0.50 0 0.14 297.25 0.61 0.65
Hex D7 6F DC 2 32 0 E 129 3D 41
Octal 327 157 334 2 62 0 16 451 75 101
Binary 11010111 1101111 11011100 10 110010 0 1110 100101001 111101 1000001

Color Harmonies of #D76FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FDC

Black with #D76FDC

Text Example


Text Example

White with #D76FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FDC; }

 p { color: rgb(215,111,220); }

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

background-color css

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

 a { background-color: rgb(215,111,220); }

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

border-color css

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

 span { border-color: rgb(215,111,220); }

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