Html Css Color HEX #DC6FDC Orchid

📋 copy color: '#DC6FDC'

red 220 ◦ green 111 ◦ blue 220

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

Shades of Orchid #DC6FDC

Tints of Orchid #DC6FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.15%

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

R = 39.93%
G = 20.15%
B = 39.93%

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

#DC6FDC (or 0xDC6FDC) is known color: Orchid. HEX triplet: DC, 6F and DC. RGB value is (220,111,220). Sum of RGB (Red+Green+Blue) = 220+111+220=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FDC is #239023. Grayscale: #9B9B9B. Windows color (decimal): -2330660 or 14446556. OLE color: 14446556.

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

Color convert

RGB 220 111 220 -
CMYK 0 0.50 0 0.14
HSL 300º 0.61% 0.65% -
HSV(B) 300º 0.5% 0.86% -
XYZ 48.12 31.75 71.3 -
YUV 156.02 164.11 173.64 -
System Red Green Blue C M Y K H S L
Decimal 220 111 220 0 0.50 0 0.14 300 0.61 0.65
Hex DC 6F DC 0 32 0 E 12C 3D 41
Octal 334 157 334 0 62 0 16 454 75 101
Binary 11011100 1101111 11011100 0 110010 0 1110 100101100 111101 1000001

Color Harmonies of #DC6FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FDC

Black with #DC6FDC

Text Example


Text Example

White with #DC6FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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