Html Css Color HEX #DD6DC5 Orchid

📋 copy color: '#DD6DC5'

red 221 ◦ green 109 ◦ blue 197

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

Shades of Orchid #DD6DC5

Tints of Orchid #DD6DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.38%

R = 41.94%
G = 20.68%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD6DC5 (or 0xDD6DC5) is known color: Orchid. HEX triplet: DD, 6D and C5. RGB value is (221,109,197). Sum of RGB (Red+Green+Blue) = 221+109+197=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DC5 is #22923A. Grayscale: #989898. Windows color (decimal): -2265659 or 12938717. OLE color: 12938717.

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

Color convert

RGB 221 109 197 -
CMYK 0 0.51 0.11 0.13
HSL 312.86º 0.62% 0.65% -
HSV(B) 312.86º 0.51% 0.87% -
XYZ 45.37 30.34 56.29 -
YUV 152.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 221 109 197 0 0.51 0.11 0.13 312.86 0.62 0.65
Hex DD 6D C5 0 33 B D 139 3E 41
Octal 335 155 305 0 63 13 15 471 76 101
Binary 11011101 1101101 11000101 0 110011 1011 1101 100111001 111110 1000001

Color Harmonies of #DD6DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DC5

Black with #DD6DC5

Text Example


Text Example

White with #DD6DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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