Html Css Color HEX #DD6FDC Orchid

📋 copy color: '#DD6FDC'

red 221 ◦ green 111 ◦ blue 220

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

Shades of Orchid #DD6FDC

Tints of Orchid #DD6FDC

RGB

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

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

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

R = 40.04%
G = 20.11%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD6FDC (or 0xDD6FDC) is known color: Orchid. HEX triplet: DD, 6F and DC. RGB value is (221,111,220). Sum of RGB (Red+Green+Blue) = 221+111+220=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FDC is #229023. Grayscale: #9B9B9B. Windows color (decimal): -2265124 or 14446557. OLE color: 14446557.

HSL color Cylindrical-coordinate representation of color #DD6FDC: 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.5%. Process color model (Four color, CMYK) of #DD6FDC is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 111 220 -
CMYK 0 0.50 0.00 0.13
HSL 300.55º 0.62% 0.65% -
HSV(B) 300.55º 0.5% 0.87% -
XYZ 48.42 31.91 71.32 -
YUV 156.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 221 111 220 0 0.50 0.00 0.13 300.55 0.62 0.65
Hex DD 6F DC 0 32 0 D 12D 3E 41
Octal 335 157 334 0 62 0 15 455 76 101
Binary 11011101 1101111 11011100 0 110010 0 1101 100101101 111110 1000001

Color Harmonies of #DD6FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FDC

Black with #DD6FDC

Text Example


Text Example

White with #DD6FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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