#DC65C1

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

Shades of Orchid #DC65C1

Tints of Orchid #DC65C1

Color information

#DC65C1 (or 0xDC65C1) is unknown color: approx Orchid. HEX triplet: DC, 65 and C1. RGB value is (220,101,193). Sum of RGB (Red+Green+Blue) = 220+101+193=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65C1 is #239A3E. Grayscale: #929292. Windows color (decimal): -2333247 or 12674524. OLE color: 12674524.

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

Color convert

RGB220101193-
CMYK00.540.120.14
HSL313.61º62.96%62.94%-
HSV(B)313.61º54.09%86.27%-
XYZ43.7928.3753.62-
YUV147.07153.92180.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 101 (39.84% from 255) = 19.65%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=42.80%
G=19.65%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010119300.540.120.14313.6162.9662.94
HexDC65C1036CE13a3f3f
Octal33414530106614164727777
Binary11011100110010111000001011011011001110100111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC65C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC65C1; }

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

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

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

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

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

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

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

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