#dc67c8

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

Shades of Orchid #DC67C8

Tints of Orchid #DC67C8

Color information

#DC67C8 (or 0xDC67C8) is unknown color: approx Orchid. HEX triplet: DC, 67 and C8. RGB value is (220,103,200). Sum of RGB (Red+Green+Blue) = 220+103+200=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67C8 is #239837. Grayscale: #949494. Windows color (decimal): -2332728 or 13133788. OLE color: 13133788.

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

Color convert

RGB220103200-
CMYK00.530.090.14
HSL310.26º62.57%63.33%-
HSV(B)310.26º53.18%86.27%-
XYZ44.7929.0957.9-
YUV149.04156.76178.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 103 (40.62% from 255) = 19.69%
BLUE value IS 200 (78.52% from 255) = 38.24%
R=42.07%
G=19.69%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010320000.530.090.14310.2662.5763.33
HexDC67C80359E1363f3f
Octal33414731006511164667777
Binary11011100110011111001000011010110011110100110110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc67c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc67c8; }

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

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

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

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

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

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

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

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