Html Css Color HEX #D76DDC Orchid

📋 copy color: '#D76DDC'

red 215 ◦ green 109 ◦ blue 220

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

Shades of Orchid #D76DDC

Tints of Orchid #D76DDC

RGB

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

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

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

R = 39.52%
G = 20.04%
B = 40.44%

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

#D76DDC (or 0xD76DDC) is known color: Orchid. HEX triplet: D7, 6D and DC. RGB value is (215,109,220). Sum of RGB (Red+Green+Blue) = 215+109+220=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #D76DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DDC is #289223. Grayscale: #999999. Windows color (decimal): -2658852 or 14446039. OLE color: 14446039.

HSL color Cylindrical-coordinate representation of color #D76DDC: hue angle of 297.3º 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 #D76DDC is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 109 220 -
CMYK 0.02 0.50 0 0.14
HSL 297.3º 0.61% 0.65% -
HSV(B) 297.3º 0.5% 0.86% -
XYZ 46.41 30.55 71.16 -
YUV 153.35 165.62 171.97 -
System Red Green Blue C M Y K H S L
Decimal 215 109 220 0.02 0.50 0 0.14 297.3 0.61 0.65
Hex D7 6D DC 2 32 0 E 129 3D 41
Octal 327 155 334 2 62 0 16 451 75 101
Binary 11010111 1101101 11011100 10 110010 0 1110 100101001 111101 1000001

Color Harmonies of #D76DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DDC

Black with #D76DDC

Text Example


Text Example

White with #D76DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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