Html Css Color HEX #DC6DDA Orchid

📋 copy color: '#DC6DDA'

red 220 ◦ green 109 ◦ blue 218

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

Shades of Orchid #DC6DDA

Tints of Orchid #DC6DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 40.22%
G = 19.93%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC6DDA (or 0xDC6DDA) is known color: Orchid. HEX triplet: DC, 6D and DA. RGB value is (220,109,218). Sum of RGB (Red+Green+Blue) = 220+109+218=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DDA is #239225. Grayscale: #9A9A9A. Windows color (decimal): -2331174 or 14314972. OLE color: 14314972.

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

Color convert

RGB 220 109 218 -
CMYK 0 0.50 0.01 0.14
HSL 301.08º 0.61% 0.65% -
HSV(B) 301.08º 0.5% 0.86% -
XYZ 47.64 31.21 69.84 -
YUV 154.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 220 109 218 0 0.50 0.01 0.14 301.08 0.61 0.65
Hex DC 6D DA 0 32 1 E 12D 3D 41
Octal 334 155 332 0 62 1 16 455 75 101
Binary 11011100 1101101 11011010 0 110010 1 1110 100101101 111101 1000001

Color Harmonies of #DC6DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DDA

Black with #DC6DDA

Text Example


Text Example

White with #DC6DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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