Html Css Color HEX #DD6FD0 Orchid

📋 copy color: '#DD6FD0'

red 221 ◦ green 111 ◦ blue 208

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

Shades of Orchid #DD6FD0

Tints of Orchid #DD6FD0

RGB

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

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

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

R = 40.93%
G = 20.56%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD6FD0 (or 0xDD6FD0) is known color: Orchid. HEX triplet: DD, 6F and D0. RGB value is (221,111,208). Sum of RGB (Red+Green+Blue) = 221+111+208=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FD0 is #22902F. Grayscale: #9A9A9A. Windows color (decimal): -2265136 or 13660125. OLE color: 13660125.

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

Color convert

RGB 221 111 208 -
CMYK 0 0.50 0.06 0.13
HSL 307.09º 0.62% 0.65% -
HSV(B) 307.09º 0.5% 0.87% -
XYZ 46.89 31.3 63.24 -
YUV 154.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 221 111 208 0 0.50 0.06 0.13 307.09 0.62 0.65
Hex DD 6F D0 0 32 6 D 133 3E 41
Octal 335 157 320 0 62 6 15 463 76 101
Binary 11011101 1101111 11010000 0 110010 110 1101 100110011 111110 1000001

Color Harmonies of #DD6FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FD0

Black with #DD6FD0

Text Example


Text Example

White with #DD6FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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