#DC67C6

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

Shades of Orchid #DC67C6

Tints of Orchid #DC67C6

Color information

#DC67C6 (or 0xDC67C6) is unknown color: approx Orchid. HEX triplet: DC, 67 and C6. RGB value is (220,103,198). Sum of RGB (Red+Green+Blue) = 220+103+198=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67C6 is #239839. Grayscale: #949494. Windows color (decimal): -2332730 or 13002716. OLE color: 13002716.

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

Color convert

RGB220103198-
CMYK00.530.10.14
HSL311.28º62.57%63.33%-
HSV(B)311.28º53.18%86.27%-
XYZ44.5628.9956.67-
YUV148.81155.76178.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 103 (40.62% from 255) = 19.77%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=42.23%
G=19.77%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010319800.530.10.14311.2862.5763.33
HexDC67C6035AE1373f3f
Octal33414730606512164677777
Binary11011100110011111000110011010110101110100110111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC67C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC67C6; }

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

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

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

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

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

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

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

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