Html Css Color HEX #D072DC Orchid

📋 copy color: '#D072DC'

red 208 ◦ green 114 ◦ blue 220

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

Shades of Orchid #D072DC

Tints of Orchid #D072DC

RGB

 RED value IS 208 (81.64% from 255) = 38.38%

 GREEN value IS 114 (44.92% from 255) = 21.03%

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

R = 38.38%
G = 21.03%
B = 40.59%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D072DC (or 0xD072DC) is known color: Orchid. HEX triplet: D0, 72 and DC. RGB value is (208,114,220). Sum of RGB (Red+Green+Blue) = 208+114+220=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #D072DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072DC is #2F8D23. Grayscale: #999999. Windows color (decimal): -3116324 or 14447312. OLE color: 14447312.

HSL color Cylindrical-coordinate representation of color #D072DC: hue angle of 293.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D072DC is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 114 220 -
CMYK 0.05 0.48 0 0.14
HSL 293.21º 0.6% 0.65% -
HSV(B) 293.21º 0.48% 0.86% -
XYZ 44.95 30.61 71.25 -
YUV 154.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 208 114 220 0.05 0.48 0 0.14 293.21 0.6 0.65
Hex D0 72 DC 5 30 0 E 125 3C 41
Octal 320 162 334 5 60 0 16 445 74 101
Binary 11010000 1110010 11011100 101 110000 0 1110 100100101 111100 1000001

Color Harmonies of #D072DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072DC

Black with #D072DC

Text Example


Text Example

White with #D072DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072DC; }

 p { color: rgb(208,114,220); }

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

background-color css

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

 a { background-color: rgb(208,114,220); }

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

border-color css

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

 span { border-color: rgb(208,114,220); }

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