Html Css Color HEX #D070DC Orchid

📋 copy color: '#D070DC'

red 208 ◦ green 112 ◦ blue 220

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

Shades of Orchid #D070DC

Tints of Orchid #D070DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.74%

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

R = 38.52%
G = 20.74%
B = 40.74%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D070DC (or 0xD070DC) is known color: Orchid. HEX triplet: D0, 70 and DC. RGB value is (208,112,220). Sum of RGB (Red+Green+Blue) = 208+112+220=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #D070DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070DC is #2F8F23. Grayscale: #989898. Windows color (decimal): -3116836 or 14446800. OLE color: 14446800.

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

Color convert

RGB 208 112 220 -
CMYK 0.05 0.49 0 0.14
HSL 293.33º 0.61% 0.65% -
HSV(B) 293.33º 0.49% 0.86% -
XYZ 44.72 30.17 71.18 -
YUV 153.02 165.8 167.22 -
System Red Green Blue C M Y K H S L
Decimal 208 112 220 0.05 0.49 0 0.14 293.33 0.61 0.65
Hex D0 70 DC 5 31 0 E 125 3D 41
Octal 320 160 334 5 61 0 16 445 75 101
Binary 11010000 1110000 11011100 101 110001 0 1110 100100101 111101 1000001

Color Harmonies of #D070DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070DC

Black with #D070DC

Text Example


Text Example

White with #D070DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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