Html Css Color HEX #DD70DC Orchid

📋 copy color: '#DD70DC'

red 221 ◦ green 112 ◦ blue 220

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

Shades of Orchid #DD70DC

Tints of Orchid #DD70DC

RGB

 RED value IS 221 (86.72% from 255) = 39.96%

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

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

R = 39.96%
G = 20.25%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD70DC (or 0xDD70DC) is known color: Orchid. HEX triplet: DD, 70 and DC. RGB value is (221,112,220). Sum of RGB (Red+Green+Blue) = 221+112+220=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70DC is #228F23. Grayscale: #9C9C9C. Windows color (decimal): -2264868 or 14446813. OLE color: 14446813.

HSL color Cylindrical-coordinate representation of color #DD70DC: hue angle of 300.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD70DC is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 112 220 -
CMYK 0 0.49 0.00 0.13
HSL 300.55º 0.62% 0.65% -
HSV(B) 300.55º 0.49% 0.87% -
XYZ 48.53 32.13 71.35 -
YUV 156.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 221 112 220 0 0.49 0.00 0.13 300.55 0.62 0.65
Hex DD 70 DC 0 31 0 D 12D 3E 41
Octal 335 160 334 0 61 0 15 455 76 101
Binary 11011101 1110000 11011100 0 110001 0 1101 100101101 111110 1000001

Color Harmonies of #DD70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70DC

Black with #DD70DC

Text Example


Text Example

White with #DD70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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