Html Css Color HEX #DC6DC1 Orchid

📋 copy color: '#DC6DC1'

red 220 ◦ green 109 ◦ blue 193

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

Shades of Orchid #DC6DC1

Tints of Orchid #DC6DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.97%

R = 42.15%
G = 20.88%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC6DC1 (or 0xDC6DC1) is known color: Orchid. HEX triplet: DC, 6D and C1. RGB value is (220,109,193). Sum of RGB (Red+Green+Blue) = 220+109+193=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DC1 is #23923E. Grayscale: #979797. Windows color (decimal): -2331199 or 12676572. OLE color: 12676572.

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

Color convert

RGB 220 109 193 -
CMYK 0 0.50 0.12 0.14
HSL 314.59º 0.61% 0.65% -
HSV(B) 314.59º 0.5% 0.86% -
XYZ 44.61 30 53.89 -
YUV 151.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 220 109 193 0 0.50 0.12 0.14 314.59 0.61 0.65
Hex DC 6D C1 0 32 C E 13B 3D 41
Octal 334 155 301 0 62 14 16 473 75 101
Binary 11011100 1101101 11000001 0 110010 1100 1110 100111011 111101 1000001

Color Harmonies of #DC6DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DC1

Black with #DC6DC1

Text Example


Text Example

White with #DC6DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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