Html Css Color HEX #DC6DD2 Orchid

📋 copy color: '#DC6DD2'

red 220 ◦ green 109 ◦ blue 210

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

Shades of Orchid #DC6DD2

Tints of Orchid #DC6DD2

RGB

 RED value IS 220 (86.33% from 255) = 40.82%

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

 BLUE value IS 210 (82.42% from 255) = 38.96%

R = 40.82%
G = 20.22%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC6DD2 (or 0xDC6DD2) is known color: Orchid. HEX triplet: DC, 6D and D2. RGB value is (220,109,210). Sum of RGB (Red+Green+Blue) = 220+109+210=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DD2 is #23922D. Grayscale: #999999. Windows color (decimal): -2331182 or 13790684. OLE color: 13790684.

HSL color Cylindrical-coordinate representation of color #DC6DD2: hue angle of 305.41º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6DD2 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 109 210 -
CMYK 0 0.50 0.05 0.14
HSL 305.41º 0.61% 0.65% -
HSV(B) 305.41º 0.5% 0.86% -
XYZ 46.62 30.81 64.46 -
YUV 153.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 220 109 210 0 0.50 0.05 0.14 305.41 0.61 0.65
Hex DC 6D D2 0 32 5 E 131 3D 41
Octal 334 155 322 0 62 5 16 461 75 101
Binary 11011100 1101101 11010010 0 110010 101 1110 100110001 111101 1000001

Color Harmonies of #DC6DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DD2

Black with #DC6DD2

Text Example


Text Example

White with #DC6DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DD2; }

 p { color: rgb(220,109,210); }

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

background-color css

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

 a { background-color: rgb(220,109,210); }

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

border-color css

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

 span { border-color: rgb(220,109,210); }

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