Html Css Color HEX #DD6DC2 Orchid

📋 copy color: '#DD6DC2'

red 221 ◦ green 109 ◦ blue 194

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

Shades of Orchid #DD6DC2

Tints of Orchid #DD6DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.02%

R = 42.18%
G = 20.8%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD6DC2 (or 0xDD6DC2) is known color: Orchid. HEX triplet: DD, 6D and C2. RGB value is (221,109,194). Sum of RGB (Red+Green+Blue) = 221+109+194=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DC2 is #22923D. Grayscale: #979797. Windows color (decimal): -2265662 or 12742109. OLE color: 12742109.

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

Color convert

RGB 221 109 194 -
CMYK 0 0.51 0.12 0.13
HSL 314.46º 0.62% 0.65% -
HSV(B) 314.46º 0.51% 0.87% -
XYZ 45.03 30.2 54.5 -
YUV 152.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 221 109 194 0 0.51 0.12 0.13 314.46 0.62 0.65
Hex DD 6D C2 0 33 C D 13A 3E 41
Octal 335 155 302 0 63 14 15 472 76 101
Binary 11011101 1101101 11000010 0 110011 1100 1101 100111010 111110 1000001

Color Harmonies of #DD6DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DC2

Black with #DD6DC2

Text Example


Text Example

White with #DD6DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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