#DC67D0

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

Shades of Orchid #DC67D0

Tints of Orchid #DC67D0

Color information

#DC67D0 (or 0xDC67D0) is unknown color: approx Orchid. HEX triplet: DC, 67 and D0. RGB value is (220,103,208). Sum of RGB (Red+Green+Blue) = 220+103+208=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67D0 is #23982F. Grayscale: #959595. Windows color (decimal): -2332720 or 13658076. OLE color: 13658076.

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

Color convert

RGB220103208-
CMYK00.530.050.14
HSL306.15º62.57%63.33%-
HSV(B)306.15º53.18%86.27%-
XYZ45.7529.4762.95-
YUV149.95160.76177.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 103 (40.62% from 255) = 19.40%
BLUE value IS 208 (81.64% from 255) = 39.17%
R=41.43%
G=19.40%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010320800.530.050.14306.1562.5763.33
HexDC67D00355E1323f3f
Octal3341473200655164627777
Binary1101110011001111101000001101011011110100110010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC67D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC67D0; }

 p { color: rgb(220,103,208); }

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

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

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

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

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

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

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