#DC67DC

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

Shades of Orchid #DC67DC

Tints of Orchid #DC67DC

Color information

#DC67DC (or 0xDC67DC) is unknown color: approx Orchid. HEX triplet: DC, 67 and DC. RGB value is (220,103,220). Sum of RGB (Red+Green+Blue) = 220+103+220=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC67DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67DC is #239823. Grayscale: #969696. Windows color (decimal): -2332708 or 14444508. OLE color: 14444508.

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

Color convert

RGB220103220-
CMYK00.5300.14
HSL300º62.57%63.33%-
HSV(B)300º53.18%86.27%-
XYZ47.2830.0871.02-
YUV151.32166.76176.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 103 (40.62% from 255) = 18.97%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=40.52%
G=18.97%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010322000.5300.1430062.5763.33
HexDC67DC0350E12c3f3f
Octal3341473340650164547777
Binary11011100110011111011100011010101110100101100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC67DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC67DC; }

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

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

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

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

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

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

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

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