#dc6cc1

Color #DC6CC1 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DC6CC1

Tints of Orchid #DC6CC1

Color information

#DC6CC1 (or 0xDC6CC1) is unknown color: approx Orchid. HEX triplet: DC, 6C and C1. RGB value is (220,108,193). Sum of RGB (Red+Green+Blue) = 220+108+193=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CC1 is #23933E. Grayscale: #969696. Windows color (decimal): -2331455 or 12676316. OLE color: 12676316.

HSL color Cylindrical-coordinate representation of color #DC6CC1: hue angle of 314.46º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6CC1 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB220108193-
CMYK00.510.120.14
HSL314.46º61.54%64.31%-
HSV(B)314.46º50.91%86.27%-
XYZ44.529.7953.86-
YUV151.18151.61177.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 108 (42.58% from 255) = 20.73%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=42.23%
G=20.73%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010819300.510.120.14314.4661.5464.31
HexDC6CC1033CE13a3e40
Octal334154301063141647276100
Binary110111001101100110000010110011110011101001110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc6cc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc6cc1; }

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

 H1.HeaderClassName
 {
   color: #dc6cc1;
 }
 .AnyTagClassName
 {
   color: #dc6cc1;
 }
</style>
background-color css

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

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

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

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

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

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