#DC67BF

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

Shades of Orchid #DC67BF

Tints of Orchid #DC67BF

Color information

#DC67BF (or 0xDC67BF) is unknown color: approx Orchid. HEX triplet: DC, 67 and BF. RGB value is (220,103,191). Sum of RGB (Red+Green+Blue) = 220+103+191=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67BF is #239840. Grayscale: #939393. Windows color (decimal): -2332737 or 12543964. OLE color: 12543964.

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

Color convert

RGB220103191-
CMYK00.530.130.14
HSL314.87º62.57%63.33%-
HSV(B)314.87º53.18%86.27%-
XYZ43.7728.6852.52-
YUV148.01152.26179.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 103 (40.62% from 255) = 20.04%
BLUE value IS 191 (75% from 255) = 37.16%
R=42.80%
G=20.04%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010319100.530.130.14314.8762.5763.33
HexDC67BF035DE13b3f3f
Octal33414727706515164737777
Binary11011100110011110111111011010111011110100111011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC67BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC67BF; }

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

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

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

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

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

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

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

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