Html Css Color HEX #DD6DC0 Orchid

📋 copy color: '#DD6DC0'

red 221 ◦ green 109 ◦ blue 192

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

Shades of Orchid #DD6DC0

Tints of Orchid #DD6DC0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.88%

 BLUE value IS 192 (75.39% from 255) = 36.78%

R = 42.34%
G = 20.88%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD6DC0 (or 0xDD6DC0) is known color: Orchid. HEX triplet: DD, 6D and C0. RGB value is (221,109,192). Sum of RGB (Red+Green+Blue) = 221+109+192=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DC0 is #22923F. Grayscale: #979797. Windows color (decimal): -2265664 or 12611037. OLE color: 12611037.

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

Color convert

RGB 221 109 192 -
CMYK 0 0.51 0.13 0.13
HSL 315.54º 0.62% 0.65% -
HSV(B) 315.54º 0.51% 0.87% -
XYZ 44.8 30.12 53.32 -
YUV 151.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 221 109 192 0 0.51 0.13 0.13 315.54 0.62 0.65
Hex DD 6D C0 0 33 D D 13C 3E 41
Octal 335 155 300 0 63 15 15 474 76 101
Binary 11011101 1101101 11000000 0 110011 1101 1101 100111100 111110 1000001

Color Harmonies of #DD6DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DC0

Black with #DD6DC0

Text Example


Text Example

White with #DD6DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DC0; }

 p { color: rgb(221,109,192); }

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

background-color css

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

 a { background-color: rgb(221,109,192); }

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

border-color css

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

 span { border-color: rgb(221,109,192); }

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