Html Css Color HEX #DC6DDC Orchid

📋 copy color: '#DC6DDC'

red 220 ◦ green 109 ◦ blue 220

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

Shades of Orchid #DC6DDC

Tints of Orchid #DC6DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 40.07%
G = 19.85%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC6DDC (or 0xDC6DDC) is known color: Orchid. HEX triplet: DC, 6D and DC. RGB value is (220,109,220). Sum of RGB (Red+Green+Blue) = 220+109+220=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC6DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DDC is #239223. Grayscale: #9A9A9A. Windows color (decimal): -2331172 or 14446044. OLE color: 14446044.

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

Color convert

RGB 220 109 220 -
CMYK 0 0.50 0 0.14
HSL 300º 0.61% 0.65% -
HSV(B) 300º 0.5% 0.86% -
XYZ 47.9 31.32 71.23 -
YUV 154.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 220 109 220 0 0.50 0 0.14 300 0.61 0.65
Hex DC 6D DC 0 32 0 E 12C 3D 41
Octal 334 155 334 0 62 0 16 454 75 101
Binary 11011100 1101101 11011100 0 110010 0 1110 100101100 111101 1000001

Color Harmonies of #DC6DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DDC

Black with #DC6DDC

Text Example


Text Example

White with #DC6DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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