#DC67CE

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

Shades of Orchid #DC67CE

Tints of Orchid #DC67CE

Color information

#DC67CE (or 0xDC67CE) is unknown color: approx Orchid. HEX triplet: DC, 67 and CE. RGB value is (220,103,206). Sum of RGB (Red+Green+Blue) = 220+103+206=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67CE is #239831. Grayscale: #959595. Windows color (decimal): -2332722 or 13527004. OLE color: 13527004.

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

Color convert

RGB220103206-
CMYK00.530.060.14
HSL307.18º62.57%63.33%-
HSV(B)307.18º53.18%86.27%-
XYZ45.5129.3761.66-
YUV149.72159.76178.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 103 (40.62% from 255) = 19.47%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=41.59%
G=19.47%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010320600.530.060.14307.1862.5763.33
HexDC67CE0356E1333f3f
Octal3341473160656164637777
Binary1101110011001111100111001101011101110100110011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC67CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC67CE; }

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

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

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

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

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

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

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

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